summary refs log tree commit diff
path: root/.config/sway/binds.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/binds.conf')
-rw-r--r--.config/sway/binds.conf5
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