From ae660f8a003c3eb875d599062ff7756e4abd6e13 Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 18 Jan 2021 15:02:00 +0500 Subject: [PATCH] i3: resize gaps --- i3/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/i3/config b/i3/config index 91d5108..ae55d3b 100644 --- a/i3/config +++ b/i3/config @@ -190,6 +190,14 @@ mode "resize" { bindsym Up resize shrink height 10 px or 10 ppt bindsym Right resize grow width 10 px or 10 ppt + # gaps size + bindsym 0 gaps inner current set 0 + bindsym 1 gaps inner current set 10 + bindsym 2 gaps inner current set 20 + bindsym 3 gaps inner current set 30 + bindsym 4 gaps inner current set 40 + bindsym 5 gaps inner current set 50 + # back to normal: Enter or Escape or $mod+r bindsym Return mode "default" bindsym Escape mode "default"