From 3008a41610ecd77cf81011ae560adc48b216efb1 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 21 Dec 2025 23:29:50 +0100 Subject: [PATCH] Added mouse binds --- modules/home-manager/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 0191d4f..736bff1 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -78,6 +78,12 @@ in "$mod, mouse_up, workspace, e-1" ]; + # Mouse binds + bindm = [ + "$mod, mouse:272, movewindow" + "$mod, mouse: 273, resizewindow" + ]; + bindl = [ ", XF86AudioPause, exec, playerctl play-pause" ", XF86AudioPlay, exec, playerctl play-pause"