sway: Remove indicator highlight
This commit is contained in:
parent
75143c507d
commit
35f7b44a93
1 changed files with 5 additions and 5 deletions
10
sway/config
10
sway/config
|
|
@ -141,11 +141,11 @@ exec swayidle -w \
|
|||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
smart_borders no_gaps
|
||||
# class title bg text
|
||||
client.focused "#444444" "#444444" "#ffffff"
|
||||
client.focused_inactive "#000000" "#000000" "#ffffff"
|
||||
client.unfocused "#000000" "#000000" "#ffffff"
|
||||
client.urgent "#440000" "#440000" "#ffffff"
|
||||
# class title bg text indicator
|
||||
client.focused "#444444" "#444444" "#ffffff" "#444444"
|
||||
client.focused_inactive "#000000" "#000000" "#ffffff" "#000000"
|
||||
client.unfocused "#000000" "#000000" "#ffffff" "#000000"
|
||||
client.urgent "#440000" "#440000" "#ffffff" "#440000"
|
||||
|
||||
focus_wrapping no
|
||||
focus_follows_mouse yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue