sway: Make inactive window appear unfocused

home-manager
Simon Bruder 2020-08-28 16:11:37 +02:00
parent 0a2e6cf281
commit 5ca0c1147f
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ assign [class="krita"] 8
default_border pixel 1
client.focused "#93a1a1" "#073642" "#93a1a1" "#2aa198"
client.focused_inactive "#839496" "#073642" "#839496" "#2aa198"
client.focused_inactive "#839496" "#002b36" "#839496" "#2aa198"
client.unfocused "#839496" "#002b36" "#839496" "#2aa198"
client.urgent "#073642" "#dc322f" "#073642" "#2aa198"