diff --git a/dots/i3wm/config b/dots/i3wm/config index 01725c4..028651a 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -162,16 +162,7 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu mode "resize" { # These bindings trigger as soon as you enter the resize mode - # Pressing left will shrink the window’s width. - # 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 5 px or 5 ppt # 10 > 5 - bindsym k resize grow height 5 px or 5 ppt # 10 > 5 - bindsym l resize shrink height 5 px or 5 ppt # 10 > 5 - bindsym semicolon resize grow width 5 px or 5 ppt # 10 > 5 - - # same bindings, but for the arrow keys + # resize, using arrow keys bindsym Left resize shrink width 5 px or 5 ppt # 10 > 5 bindsym Down resize grow height 5 px or 5 ppt # 10 > 5 bindsym Up resize shrink height 5 px or 5 ppt # 10 > 5