From 8b304502baf4c6b58405e5ba0cd2fafeecfb9b4c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 16 Nov 2023 09:36:25 +0100 Subject: [PATCH] Hyprland: bindings cycle windows --- modules/hm/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) 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