From 3d8a70e149483ca1255883cdeba1fa38d1d2db5c Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Sat, 17 Jan 2026 10:40:03 +0100 Subject: [PATCH] Add window movement keybinds to hyprland --- wm/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wm/hyprland.nix b/wm/hyprland.nix index 4667f19..4f4d360 100644 --- a/wm/hyprland.nix +++ b/wm/hyprland.nix @@ -95,6 +95,12 @@ "$mod SHIFT, 3, movetoworkspace, 3" "$mod SHIFT, 4, movetoworkspace, 4" "$mod SHIFT, 5, movetoworkspace, 5" + + # Window movement + "$mod SHIFT, LEFT, movewindow, l" + "$mod SHIFT, RIGHT, movewindow, r" + "$mod SHIFT, UP, movewindow, u" + "$mod SHIFT, DOWN, movewindow, d" ]; bindm = [