From 54e6a63ab701de0484946ed08095e6807edc5102 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Sat, 8 Mar 2025 11:54:20 -0800 Subject: [PATCH] [hyprland] Fixes mouse keybindings --- home-manager/features/hyprland.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home-manager/features/hyprland.nix b/home-manager/features/hyprland.nix index 4edcad7..7b60a87 100644 --- a/home-manager/features/hyprland.nix +++ b/home-manager/features/hyprland.nix @@ -348,9 +348,10 @@ ]; # m = mouse bindings + # These use just SUPER so I can hit them with my left hand bindm = [ - "$mainMod, mouse:272, hy3:movewindow" - "$mainMod, mouse:273, resizewindow" + "SUPER, mouse:272, movewindow" + "SUPER, mouse:273, resizewindow" ]; # n = non-consuming