From 6c5c983b67fc90fc8fc1c2d626798bba6529eb68 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 18 Apr 2024 19:38:11 -0400 Subject: [PATCH] hyprland: move windows with mod + shift + udlr --- homeManagerModules/desktop/hypr/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homeManagerModules/desktop/hypr/default.nix b/homeManagerModules/desktop/hypr/default.nix index 0af4b23a..5ef9db5e 100644 --- a/homeManagerModules/desktop/hypr/default.nix +++ b/homeManagerModules/desktop/hypr/default.nix @@ -303,6 +303,12 @@ bind = ${modifier}, up, movefocus, u bind = ${modifier}, down, movefocus, d + # Move window with mainMod SHIFT + arrow keys + bind = ${modifier} SHIFT, left, movewindow, l + bind = ${modifier} SHIFT, right, movewindow, r + bind = ${modifier} SHIFT, up, movewindow, u + bind = ${modifier} SHIFT, down, movewindow, d + # Gnome-like workspaces. bind = ${modifier}, comma, exec, ${hyprnome} --previous bind = ${modifier}, period, exec, ${hyprnome}