From b99fe275bd612529112eb282e2db038e90e7aeb1 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 25 Jan 2023 01:34:13 +0100 Subject: [PATCH] Add keybinds for moving windows around --- home/.config/hypr/hyprland.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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