diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index c637f45..bc506d6 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -205,6 +205,9 @@ bind = SUPER SHIFT, 9, movetoworkspace, 9 bind = SUPER SHIFT, 0, movetoworkspace, 10 + bind = ALT, Tab, cyclenext + bind = ALT SHIFT, Tab, cyclenext, prev + # Scroll through existing workspaces with mainMod + scroll bind = SUPER, mouse_down, workspace, e+1 bind = SUPER, mouse_up, workspace, e-1