sway: Make inactive window appear unfocused
This commit is contained in:
parent
0a2e6cf281
commit
5ca0c1147f
|
@ -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"
|
||||
|
||||
|
|
Reference in a new issue