diff options
-rw-r--r-- | config/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/i3/config b/config/i3/config index c794873..7b075a5 100644 --- a/config/i3/config +++ b/config/i3/config @@ -148,9 +148,13 @@ bindsym $mod+Shift+s mode "$xshot" # resize window mode "resize" { bindsym h resize shrink width 10 px or 10 ppt + bindsym Shift+h resize shrink width 50 px or 50 ppt bindsym j resize grow height 10 px or 10 ppt + bindsym Shift+j resize grow height 50 px or 50 ppt bindsym k resize shrink height 10 px or 10 ppt + bindsym Shift+k resize shrink height 50 px or 50 ppt bindsym l resize grow width 10 px or 10 ppt + bindsym Shift+l resize grow width 50 px or 50 ppt # back to normal: Enter or Escape bindsym Return mode "default" |