From b60cd331a86860aec8be5d43dbf754bd060b804b Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Fri, 31 May 2024 23:56:45 -0700 Subject: [PATCH] more hyprland binds! --- modules/desktop/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) 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}