From 11a30e5e3b26da85ec11a09717f0c3a0bc529ba2 Mon Sep 17 00:00:00 2001 From: Brad Date: Wed, 6 Mar 2019 16:57:29 -0600 Subject: [PATCH] debugo --- i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3/config b/i3/config index 114e7bb..0df5970 100644 --- a/i3/config +++ b/i3/config @@ -144,10 +144,10 @@ 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 k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt + bindsym h resize shrink width 3 px or 5 ppt + bindsym j resize grow height 3 px or 5 ppt + bindsym k resize shrink height 3 px or 5 ppt + bindsym l resize grow width 3 px or 5 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt