From 237c9095651500f4fa08e6655feeb43c839b0939 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 10 Mar 2025 15:15:23 +0800 Subject: [PATCH] feat: add ALT+LMB drag to move windows around in hyprland --- users/modules/programs/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/modules/programs/hyprland.nix b/users/modules/programs/hyprland.nix index 7d74e04..cd5085f 100644 --- a/users/modules/programs/hyprland.nix +++ b/users/modules/programs/hyprland.nix @@ -74,6 +74,10 @@ "$mainMod, V, togglefloating" ]; + bindm = [ + "ALT, mouse:272, movewindow" + ]; + input = { numlock_by_default = true; follow_mouse = 2; # Click on a window to change focus