fix(sway): disable title bars
This commit is contained in:
parent
21eb949557
commit
98086c48e5
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@
|
||||||
|
|
||||||
output."*" = {bg = "${theme.primary.background} solid_color";};
|
output."*" = {bg = "${theme.primary.background} solid_color";};
|
||||||
|
|
||||||
|
floating.titlebar = false;
|
||||||
|
window.titlebar = false;
|
||||||
|
|
||||||
colors = with theme; rec {
|
colors = with theme; rec {
|
||||||
focused = rec {
|
focused = rec {
|
||||||
inherit (wm.focused) border text;
|
inherit (wm.focused) border text;
|
||||||
|
|
Loading…
Reference in a new issue