From ab2d22063eb9f9fd334e3106af32196f3f4f2fd8 Mon Sep 17 00:00:00 2001 From: rope Date: Fri, 24 Jul 2026 11:52:50 +0100 Subject: [PATCH] hyprland: swap left alt and left super --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 639ace2..9ab3f5a 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"; + kb_options = "grp:alt_shift_toggle,altwin:swap_lalt_lwin"; follow_mouse = 1; accel_profile = "flat"; sensitivity = 0;