mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Use SUPER +/= for shrinking/increasing tiles
This commit is contained in:
@ -58,8 +58,8 @@ bind = SUPER SHIFT, up, swapwindow, u
|
|||||||
bind = SUPER SHIFT, down, swapwindow, d
|
bind = SUPER SHIFT, down, swapwindow, d
|
||||||
|
|
||||||
# Resize active window with mainMod + SHFT + CTRL + arrow keys
|
# Resize active window with mainMod + SHFT + CTRL + arrow keys
|
||||||
bind = SUPER SHIFT CTRL, left, resizeactive, -50 0
|
bind = SUPER, minus, resizeactive, -50 0
|
||||||
bind = SUPER SHIFT CTRL, right, resizeactive, 50 0
|
bind = SUPER, equal, resizeactive, 50 0
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
bind = SUPER, mouse_down, workspace, e+1
|
bind = SUPER, mouse_down, workspace, e+1
|
||||||
|
Reference in New Issue
Block a user