diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 4e1e273..035cbbf 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -230,6 +230,12 @@ bind = SUPER, l, movefocus, r bind = SUPER, k, movefocus, u bind = SUPER, j, movefocus, d +# Move active window in direction +bind = SUPER_ALT, h, movewindow, l +bind = SUPER_ALT, l, movewindow, r +bind = SUPER_ALT, k, movewindow, u +bind = SUPER_ALT, j, movewindow, d + # Move between workspaces, swapping to current monitor (like xmonad) bind = SUPER, 1, exec, swap-workspace 1 bind = SUPER, 2, exec, swap-workspace 2