From f2f7e52ea1ba94a2a8fb8ad7cbb6bfecab2ac975 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 6 Mar 2025 14:33:46 +0800 Subject: [PATCH] fix(hyprland): amend window focus switching keybinds --- users/rafiq/modules/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/rafiq/modules/hyprland.nix b/users/rafiq/modules/hyprland.nix index 00a2653..e091a90 100644 --- a/users/rafiq/modules/hyprland.nix +++ b/users/rafiq/modules/hyprland.nix @@ -52,8 +52,8 @@ "$mainMod, M, exit" # HJKL to move between windows - "$mainMod, H, cyclenext" - "$mainMod, L, cyclenext, prev" + "$mainMod, H, cyclenext, visible" + "$mainMod, L, cyclenext, visible prev" # HJKL to move a window "$mainMod_ALT, H, movewindow, l"