From 26c20eb13fb13ba56b6ea382946190817fdfa201 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 7 Oct 2025 01:51:44 +0530 Subject: [PATCH] feat(hyprland): add mouse bindings --- modules/home/desktop/hyprland/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 4e19537..9c193d2 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -193,6 +193,11 @@ }; }; + bindm = [ + "SUPER,mouse:273,resizewindow" + "SUPER,mouse:272,movewindow" + ]; + bind = [ # apps "SUPER, Return, exec, ${terminal}"