fix(sway): disable title bars

This commit is contained in:
buffet 2023-07-17 22:38:21 +02:00
parent 21eb949557
commit 98086c48e5

View file

@ -74,6 +74,9 @@
output."*" = {bg = "${theme.primary.background} solid_color";};
floating.titlebar = false;
window.titlebar = false;
colors = with theme; rec {
focused = rec {
inherit (wm.focused) border text;