sway: add gaps
This commit is contained in:
parent
e2c25c6a2b
commit
9d7c1567a7
1 changed files with 9 additions and 0 deletions
9
config
9
config
|
@ -151,6 +151,15 @@ output DP-1 disable
|
||||||
|
|
||||||
# Move focus to the parent container
|
# Move focus to the parent container
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
|
||||||
|
#
|
||||||
|
# Gaps
|
||||||
|
#
|
||||||
|
gaps inner 5
|
||||||
|
gaps outer 0
|
||||||
|
gaps left 0
|
||||||
|
gaps right 0
|
||||||
|
|
||||||
#
|
#
|
||||||
# Scratchpad:
|
# Scratchpad:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue