diff --git a/config/i3/config b/config/i3/config index b8d679b2..3fc5d2e1 100644 --- a/config/i3/config +++ b/config/i3/config @@ -183,6 +183,10 @@ mode "resize" { 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 + bindsym $mod+h resize shrink width 2 px or 2 ppt + bindsym $mod+j resize grow height 2 px or 2 ppt + bindsym $mod+k resize shrink height 2 px or 2 ppt + bindsym $mod+l resize grow width 2 px or 2 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt diff --git a/config/i3/configWork b/config/i3/configWork index febc1470..6707d0f8 100644 --- a/config/i3/configWork +++ b/config/i3/configWork @@ -187,6 +187,10 @@ mode "resize" { 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 + bindsym $mod+h resize shrink width 2 px or 2 ppt + bindsym $mod+j resize grow height 2 px or 2 ppt + bindsym $mod+k resize shrink height 2 px or 2 ppt + bindsym $mod+l resize grow width 2 px or 2 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt