From 2b1a9f7b6008ce8dde223ff68b97d286d6a150ae Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 22 Dec 2020 11:40:20 +0100 Subject: [PATCH] Fix direction when resizing windows --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index b8dd005..cab5dff 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -155,8 +155,8 @@ mode "resize" { bindsym Left resize grow width 10 px or 10 ppt bindsym $mod+f resize grow width 10 px or 10 ppt - bindsym $mod+p resize shrink height 10 px or 10 ppt - bindsym $mod+n resize grow height 10 px or 10 ppt + bindsym $mod+n resize shrink height 10 px or 10 ppt + bindsym $mod+p resize grow height 10 px or 10 ppt bindsym $mod+b resize shrink width 10 px or 10 ppt # back to normal: Enter or Escape