Added Window Boarders
This commit is contained in:
parent
03bd75884d
commit
cc51af5c35
1 changed files with 8 additions and 0 deletions
|
@ -158,5 +158,13 @@ bindsym $mod+r mode "resize"
|
|||
### Status Bar:
|
||||
exec waybar
|
||||
|
||||
#
|
||||
# Window Borders
|
||||
#
|
||||
for_window [class="^.*"] border pixel 3
|
||||
|
||||
gaps inner 2
|
||||
gaps outer 5
|
||||
|
||||
## Extra Stuff
|
||||
include /etc/sway/config.d/*
|
||||
|
|
Loading…
Reference in a new issue