binde - repeat while moving

This commit is contained in:
committer@tuxwarrior
2026-02-26 14:34:11 -05:00
parent e18e4d8e56
commit ec3268a5a7

View File

@@ -293,9 +293,6 @@ bind = $mainMod SHIFT, V, layoutmsg, preselect d # next window to the bottom
#bind = , Return, submap, reset
#submap = reset
bind = SUPER+SHIFT+H, exec, hyprctl dispatch movewindowpixel exact 0 0 ; hyprctl dispatch resizeactive 0 9999
# window cycle
# https://github.com/hyprwm/Hyprland/issues/2061
#bind = ALT, TAB, cyclenext # cycle windows in same workspace
@@ -339,16 +336,16 @@ bind = $mainMod SHIFT, up, movewindoworgroup, u
bind = $mainMod SHIFT, down, movewindoworgroup, d
# move floating window
bind = $mainMod ALT, left, moveactive, -40 0
bind = $mainMod ALT, right, moveactive, 40 0
bind = $mainMod ALT, up, moveactive, 0 -40
bind = $mainMod ALT, down, moveactive, 0 40
binde = $mainMod ALT, left, moveactive, -40 0
binde = $mainMod ALT, right, moveactive, 40 0
binde = $mainMod ALT, up, moveactive, 0 -40
binde = $mainMod ALT, down, moveactive, 0 40
# resize window
bind = $mainMod CTRL, left, resizeactive, -40 0
bind = $mainMod CTRL, right, resizeactive, 40 0
bind = $mainMod CTRL, up, resizeactive, 0 -40
bind = $mainMod CTRL, down, resizeactive, 0 40
binde = $mainMod CTRL, left, resizeactive, -40 0
binde = $mainMod CTRL, right, resizeactive, 40 0
binde = $mainMod CTRL, up, resizeactive, 0 -40
binde = $mainMod CTRL, down, resizeactive, 0 40
# Example special workspace (scratchpad)
#bind = $mainMod, S, togglespecialworkspace, magic