From 04b9da2e478e0c6de641fb5b4b9f89a0f40e40a6 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Sat, 31 Dec 2022 16:55:10 +0100 Subject: [PATCH] i3: finer window resizing with arrow keys --- .i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.i3/config b/.i3/config index cd8890d..af03151 100755 --- a/.i3/config +++ b/.i3/config @@ -198,10 +198,10 @@ mode "resize" { bindsym l resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt + bindsym Left resize shrink width 5 px + bindsym Down resize grow height 5 px + bindsym Up resize shrink height 5 px + bindsym Right resize grow width 5 px # back to normal: Enter or Escape bindsym Return mode "default"