From c03b74ce367d6e9e2988dbb4a18985bc372dd8a6 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 15:10:42 +0100 Subject: sway: have a default gap size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/sway/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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 -- cgit 1.4.1