home-manager: sway: Remove "at" keyboard layout

compose key rulez!

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-09-27 10:17:16 +02:00
parent a25e7b2047
commit 9df7adca45
Signed by: c8h4
GPG key ID: 1538094429952F86
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ in {
tap = "enabled";
natural_scroll = "enabled";
};
input."type:keyboard".xkb_layout = "us(dvorak),at";
input."type:keyboard".xkb_layout = "us(dvorak)";
output."*".scale = "1.5";
};
};

View file

@ -160,8 +160,8 @@ in {
"${mod}+r" = "mode resize";
};
input."type:keyboard" = {
xkb_layout = lib.mkDefault "us,at";
xkb_options = "grp:alt_space_toggle,caps:escape,compose:ralt";
xkb_layout = lib.mkDefault "us";
xkb_options = "caps:escape,compose:ralt";
repeat_delay = "200";
repeat_rate = "45";
};