Skip to content

Commit ef3065c

Browse files
committed
[i3] Make resize keys more vim-like
1 parent 90654a8 commit ef3065c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Diff for: .i3/config

+3-7
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,10 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
108108
mode "resize" {
109109
# These bindings trigger as soon as you enter the resize mode
110110

111-
# Pressing left will shrink the window’s width.
112-
# Pressing right will grow the window’s width.
113-
# Pressing up will shrink the window’s height.
114-
# Pressing down will grow the window’s height.
115-
bindsym j resize shrink width 10 px or 10 ppt
111+
bindsym h resize grow width 10 px or 10 ppt
112+
bindsym j resize shrink height 10 px or 10 ppt
116113
bindsym k resize grow height 10 px or 10 ppt
117-
bindsym l resize shrink height 10 px or 10 ppt
118-
bindsym semicolon resize grow width 10 px or 10 ppt
114+
bindsym l resize shrink width 10 px or 10 ppt
119115

120116
# same bindings, but for the arrow keys
121117
bindsym Left resize shrink width 10 px or 10 ppt

0 commit comments

Comments
 (0)