File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,10 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
108
108
mode "resize" {
109
109
# These bindings trigger as soon as you enter the resize mode
110
110
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
116
113
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
119
115
120
116
# same bindings, but for the arrow keys
121
117
bindsym Left resize shrink width 10 px or 10 ppt
You can’t perform that action at this time.
0 commit comments