diff --git a/lambda/configuration.nix b/lambda/configuration.nix index aef34d7..f75b191 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -109,7 +109,7 @@ enable = true; desktopManager.plasma5.enable = true; displayManager.startx.enable = true; - layout = "sus,fox"; + layout = "fox,sus"; extraLayouts.sus = { description = "Swedish US"; languages = [ "se" ]; diff --git a/shared/fox.xkb b/shared/fox.xkb index adff951..4c81b07 100644 --- a/shared/fox.xkb +++ b/shared/fox.xkb @@ -10,7 +10,7 @@ xkb_symbols "fox" { }; modifier_map Mod5 { ISO_Level3_Shift }; - replace key {[ Alt_L, Alt_L, Alt_L, Alt_L ]}; + replace key {[ Alt_L ]}; modifier_map Shift { }; modifier_map Mod1 { };