From 400716c8e802a7d85f99c1949bd91ec3c707a1b1 Mon Sep 17 00:00:00 2001 From: rope Date: Fri, 24 Jul 2026 12:40:56 +0100 Subject: [PATCH] hyprland: gate alt/super swap to gaming pc --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 9ab3f5a..9b0dbad 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,altwin:swap_lalt_lwin"; + kb_options = "grp:alt_shift_toggle" + lib.optionalString isGaming ",altwin:swap_lalt_lwin"; follow_mouse = 1; accel_profile = "flat"; sensitivity = 0;