Hide border indicators in Sway
This commit is contained in:
parent
1267c816af
commit
eba0862767
1 changed files with 4 additions and 4 deletions
|
@ -140,10 +140,10 @@ bindsym Mod4+Shift+l resize grow width 30px
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
# Window styling
|
# Window styling
|
||||||
client.focused #e0def4 #e0def4 #000000
|
client.focused #e0def4 #e0def4 #000000 #e0def4 #e0def4
|
||||||
client.focused_inactive #524f67 #524f67 #000000
|
client.focused_inactive #524f67 #524f67 #000000 #524f67 #524f67
|
||||||
client.unfocused #524f67 #524f67 #000000
|
client.unfocused #524f67 #524f67 #000000 #524f67 #524f67
|
||||||
client.urgent #f6c177 #f6c177 #000000
|
client.urgent #f6c177 #f6c177 #000000 #f6c177 #f6c177
|
||||||
default_border pixel 2
|
default_border pixel 2
|
||||||
default_floating_border pixel 2
|
default_floating_border pixel 2
|
||||||
gaps inner 8
|
gaps inner 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue