sway: add german layout
This commit is contained in:
parent
b05a692b47
commit
66cdd05f41
|
@ -31,8 +31,9 @@
|
|||
|
||||
input = {
|
||||
"type:keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
xkb_layout = "us,de";
|
||||
xkb_variant = "altgr-intl,";
|
||||
xkb_options = "grp:win_space_toggle";
|
||||
};
|
||||
"type:touchpad" = {
|
||||
tap = "enabled";
|
||||
|
|
Loading…
Reference in New Issue