diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-11-04 06:41:30 -0800 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-11-04 06:41:30 -0800 |
commit | 0caf1e1260e7c7b894249912025fe2bf23db54f0 (patch) | |
tree | f8ec15fd929e7d85585599c636d4446a0d6704e9 /.config | |
parent | 2d22abeec1e0fb7893d69c513d3aa0cf29a2d442 (diff) |
saner resize binds
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index 5cdfc4a..5b61b16 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -167,10 +167,10 @@ mode "resize" { # 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 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym ntilde resize grow width 10 px or 10 ppt + bindsym h resize shrink width 10 px or 10 ppt + 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 # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt |