From c966861902aedf88cd014ffe910b6f32d42a56d7 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Sat, 21 Jan 2023 14:19:54 +0100 Subject: [PATCH] i3/config: fix resizing keys --- .i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.i3/config b/.i3/config index af03151..f704362 100755 --- a/.i3/config +++ b/.i3/config @@ -192,8 +192,8 @@ mode "resize" { # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym i resize grow height 10 px or 10 ppt + bindsym h resize shrink width 10 px or 10 ppt + bindsym j resize grow height 10 px or 10 ppt bindsym k resize shrink height 10 px or 10 ppt bindsym l resize grow width 10 px or 10 ppt