From 10d81387fd4febda427684fa85237b3022ee1bbc Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 24 Nov 2022 21:06:06 +0100 Subject: sway: add gap default binds --- .config/sway/binds.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1