diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/binds.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 619b47b..e3c5719 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -225,9 +225,12 @@ mode "resize" { bindsym $mod+Shift+g mode "gaps" # {{{ mode "gaps" { + set $gapDefault + 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 - set $gapRate 5 + set $gapRate 2 bindsym $up gaps inner all plus $gapRate bindsym $down gaps inner all minus $gapRate |