diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index eb484b0..ce51a08 100755 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -306,6 +306,16 @@ bind = $mainMod, l, movefocus, r bind = $mainMod, k, movefocus, u bind = $mainMod, j, movefocus, d +# Move windows with mainMod + WASD or Vim-style +bind = $mainMod SHIFT, a, movewindow, l +bind = $mainMod SHIFT, d, movewindow, r +bind = $mainMod SHIFT, w, movewindow, u +bind = $mainMod SHIFT, s, movewindow, d +bind = $mainMod SHIFT, h, movewindow, l +bind = $mainMod SHIFT, l, movewindow, r +bind = $mainMod SHIFT, k, movewindow, u +bind = $mainMod SHIFT, j, movewindow, d + # Resize focused window with mainMod + Arrows bind = $mainMod, left, resizeactive, -10 0 bind = $mainMod, right, resizeactive, 10 0