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