feat(sway): disable dead keys on keyboard
This commit is contained in:
parent
8f7ab8dda1
commit
bdd09aa73e
@ -64,6 +64,7 @@ in
|
|||||||
input = {
|
input = {
|
||||||
"type:keyboard" = {
|
"type:keyboard" = {
|
||||||
xkb_layout = "de";
|
xkb_layout = "de";
|
||||||
|
xkb_variant = "nodeadkeys";
|
||||||
};
|
};
|
||||||
"type:touchpad" = {
|
"type:touchpad" = {
|
||||||
natural_scroll = "enabled";
|
natural_scroll = "enabled";
|
||||||
|
Reference in New Issue
Block a user