binde - repeat while moving
This commit is contained in:
@@ -293,9 +293,6 @@ bind = $mainMod SHIFT, V, layoutmsg, preselect d # next window to the bottom
|
|||||||
#bind = , Return, submap, reset
|
#bind = , Return, submap, reset
|
||||||
#submap = reset
|
#submap = reset
|
||||||
|
|
||||||
bind = SUPER+SHIFT+H, exec, hyprctl dispatch movewindowpixel exact 0 0 ; hyprctl dispatch resizeactive 0 9999
|
|
||||||
|
|
||||||
|
|
||||||
# window cycle
|
# window cycle
|
||||||
# https://github.com/hyprwm/Hyprland/issues/2061
|
# https://github.com/hyprwm/Hyprland/issues/2061
|
||||||
#bind = ALT, TAB, cyclenext # cycle windows in same workspace
|
#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
|
bind = $mainMod SHIFT, down, movewindoworgroup, d
|
||||||
|
|
||||||
# move floating window
|
# move floating window
|
||||||
bind = $mainMod ALT, left, moveactive, -40 0
|
binde = $mainMod ALT, left, moveactive, -40 0
|
||||||
bind = $mainMod ALT, right, moveactive, 40 0
|
binde = $mainMod ALT, right, moveactive, 40 0
|
||||||
bind = $mainMod ALT, up, moveactive, 0 -40
|
binde = $mainMod ALT, up, moveactive, 0 -40
|
||||||
bind = $mainMod ALT, down, moveactive, 0 40
|
binde = $mainMod ALT, down, moveactive, 0 40
|
||||||
|
|
||||||
# resize window
|
# resize window
|
||||||
bind = $mainMod CTRL, left, resizeactive, -40 0
|
binde = $mainMod CTRL, left, resizeactive, -40 0
|
||||||
bind = $mainMod CTRL, right, resizeactive, 40 0
|
binde = $mainMod CTRL, right, resizeactive, 40 0
|
||||||
bind = $mainMod CTRL, up, resizeactive, 0 -40
|
binde = $mainMod CTRL, up, resizeactive, 0 -40
|
||||||
bind = $mainMod CTRL, down, resizeactive, 0 40
|
binde = $mainMod CTRL, down, resizeactive, 0 40
|
||||||
|
|
||||||
# Example special workspace (scratchpad)
|
# Example special workspace (scratchpad)
|
||||||
#bind = $mainMod, S, togglespecialworkspace, magic
|
#bind = $mainMod, S, togglespecialworkspace, magic
|
||||||
|
|||||||
Reference in New Issue
Block a user