From e49d69c9c3371acc4f21e5d71c865b9b6ff3278f Mon Sep 17 00:00:00 2001 From: rope Date: Sun, 26 Jul 2026 20:31:51 +0100 Subject: [PATCH] hyprland: layout toggle super+space (alt_shift collided with swapped super) Co-Authored-By: Claude Fable 5 --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 02451da..236e588 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -145,7 +145,7 @@ in input = { kb_layout = "gb,no"; - kb_options = "grp:alt_shift_toggle" + lib.optionalString isGaming ",altwin:swap_lalt_lwin"; + kb_options = "grp:win_space_toggle" + lib.optionalString isGaming ",altwin:swap_lalt_lwin"; follow_mouse = 1; accel_profile = "flat"; sensitivity = 0;