feat(sway): disable dead keys on keyboard

main
mandlm 2023-10-25 10:33:06 +02:00
parent 8f7ab8dda1
commit bdd09aa73e
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 0 deletions

View File

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