fix(sway): disable title text
This commit is contained in:
parent
4d516b0f49
commit
120f685a30
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ gaps top 0
|
||||||
default_border normal 1
|
default_border normal 1
|
||||||
font "APL386 Unicode 8"
|
font "APL386 Unicode 8"
|
||||||
|
|
||||||
|
for_window [title="."] title_format ""
|
||||||
|
|
||||||
client.focused $accent $accent $accent $accent $accent
|
client.focused $accent $accent $accent $accent $accent
|
||||||
client.unfocused #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
client.unfocused #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
||||||
client.focused_inactive #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
client.focused_inactive #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
||||||
|
|
Loading…
Reference in a new issue