🔧 hypr(shell/bindings): allow specific binds to repeat on hold
This commit is contained in:
@@ -52,15 +52,15 @@ bind = $mainMod SHIFT, C, centerwindow
|
||||
|
||||
|
||||
# Resize windows with arrow keys / hjkl
|
||||
bind = $mainMod ALT, left, resizeactive, -60 0
|
||||
bind = $mainMod ALT, down, resizeactive, 0 60
|
||||
bind = $mainMod ALT, up, resizeactive, 0 -60
|
||||
bind = $mainMod ALT, right, resizeactive, 60 0
|
||||
binde = $mainMod ALT, left, resizeactive, -60 0
|
||||
binde = $mainMod ALT, down, resizeactive, 0 60
|
||||
binde = $mainMod ALT, up, resizeactive, 0 -60
|
||||
binde = $mainMod ALT, right, resizeactive, 60 0
|
||||
|
||||
bind = $mainMod ALT, H, resizeactive, -60 0
|
||||
bind = $mainMod ALT, J, resizeactive, 0 60
|
||||
bind = $mainMod ALT, K, resizeactive, 0 -60
|
||||
bind = $mainMod ALT, L, resizeactive, 60 0
|
||||
binde = $mainMod ALT, H, resizeactive, -60 0
|
||||
binde = $mainMod ALT, J, resizeactive, 0 60
|
||||
binde = $mainMod ALT, K, resizeactive, 0 -60
|
||||
binde = $mainMod ALT, L, resizeactive, 60 0
|
||||
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
|
||||
Reference in New Issue
Block a user