From ec3268a5a7a6569c1de432aef3b9beb004155cb2 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 14:34:11 -0500 Subject: [PATCH] binde - repeat while moving --- dots/hyprland/hyprland.conf | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index f749373..31f47dd 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -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