diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 3c22448..98ff996 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -94,6 +94,9 @@ in { # scroll through workspaces with mod + scroll "$mod, mouse_down, workspace, e+1" "$mod, mouse_up, workspace, e-1" + # alternatively, scroll through workspaces with mod + brackets + "$mod, bracketleft, workspace, e-1" + "$mod, bracketright, workspace, e+1" ] ++ ( # workspaces # binds $mod + [shift +] {1..10} to [move to] workspace {1..10}