From 6835cd0ab633fc92b07120de15fc38898f70be9a Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 21 Dec 2025 23:27:15 +0100 Subject: [PATCH] Added scrolling through workspaces --- modules/home-manager/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index c220efc..0191d4f 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -73,6 +73,9 @@ in "$mod, up, movefocus, u" "$mod, down, movefocus, d" + # Scroll through workspaces with mouse scroll + "$mod, mouse_down, workspace, e+1" + "$mod, mouse_up, workspace, e-1" ]; bindl = [