Hide border indicators in Sway

This commit is contained in:
pancakes 2023-10-02 19:41:44 +10:00
parent 1267c816af
commit eba0862767

View file

@ -140,10 +140,10 @@ bindsym Mod4+Shift+l resize grow width 30px
include /etc/sway/config.d/*
# Window styling
client.focused #e0def4 #e0def4 #000000
client.focused_inactive #524f67 #524f67 #000000
client.unfocused #524f67 #524f67 #000000
client.urgent #f6c177 #f6c177 #000000
client.focused #e0def4 #e0def4 #000000 #e0def4 #e0def4
client.focused_inactive #524f67 #524f67 #000000 #524f67 #524f67
client.unfocused #524f67 #524f67 #000000 #524f67 #524f67
client.urgent #f6c177 #f6c177 #000000 #f6c177 #f6c177
default_border pixel 2
default_floating_border pixel 2
gaps inner 8