diff options
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 2d11df6..179e048 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -225,7 +225,7 @@ mode "resize" { bindsym $mod+Shift+g mode "gaps" # {{{ mode "gaps" { - set $gapDefault + set $gapDefault 4 bindsym g gaps inner all toggle $gapDefault bindsym t gaps inner all toggle $gapDefault bindsym r gaps outer all set 0; gaps inner all set 0 |