2019-10-26 20:05:31 +03:00
|
|
|
# vim:ft=sway
|
|
|
|
|
|
|
|
default_border none
|
|
|
|
gaps inner 10
|
|
|
|
gaps outer 20
|
|
|
|
|
|
|
|
seat * hide_cursor 4000
|
|
|
|
|
|
|
|
###### Borders ######
|
|
|
|
# class border backgr. text indicator child_border
|
2019-11-06 08:36:02 +02:00
|
|
|
client.focused #D65D0E #D65D0E #FFFFFF #D65D0E #D65D0E
|
|
|
|
client.focused_inactive #282828 #282828 #FFFFFF #282828 #282828
|
|
|
|
client.unfocused #282828 #282828 #FFFFFF #282828 #282828
|
2019-10-26 20:05:31 +03:00
|
|
|
|
2019-11-06 08:36:02 +02:00
|
|
|
for_window [app_id="^.*"] border pixel 4
|
|
|
|
for_window [class="^.*"] border pixel 4
|
2019-10-26 20:05:31 +03:00
|
|
|
#####################
|