sway: add de with dead keys keyboard layout
This commit is contained in:
parent
3e5e1db4ee
commit
0b783e12b8
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ include config.local
|
||||||
# Inputs
|
# Inputs
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
input * {
|
input * {
|
||||||
xkb_layout "de,us"
|
xkb_layout "de,de,us"
|
||||||
xkb_variant "nodeadkeys,"
|
xkb_variant "nodeadkeys,,"
|
||||||
xkb_options grp:shifts_toggle
|
xkb_options grp:shifts_toggle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue