feat(sway): disable dead keys on keyboard

This commit is contained in:
Michael Mandl 2023-10-25 10:33:06 +02:00
parent 8f7ab8dda1
commit bdd09aa73e
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -64,6 +64,7 @@ in
input = {
"type:keyboard" = {
xkb_layout = "de";
xkb_variant = "nodeadkeys";
};
"type:touchpad" = {
natural_scroll = "enabled";