Use SUPER +/= for shrinking/increasing tiles

This commit is contained in:
David Heinemeier Hansson
2025-06-09 16:17:36 +02:00
parent 3aada5f179
commit 4452de9133

View File

@ -58,8 +58,8 @@ bind = SUPER SHIFT, up, swapwindow, u
bind = SUPER SHIFT, down, swapwindow, d
# Resize active window with mainMod + SHFT + CTRL + arrow keys
bind = SUPER SHIFT CTRL, left, resizeactive, -50 0
bind = SUPER SHIFT CTRL, right, resizeactive, 50 0
bind = SUPER, minus, resizeactive, -50 0
bind = SUPER, equal, resizeactive, 50 0
# Scroll through existing workspaces with mainMod + scroll
bind = SUPER, mouse_down, workspace, e+1