forked from pub-solar/os
dumpyourvms, ryzensun: change xkb_layout: us(intl)
This commit is contained in:
parent
ed298f6140
commit
768392581d
|
@ -4,8 +4,9 @@
|
||||||
# Read `man 5 sway-input` for more information about this section.
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
|
||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
xkb_layout us,de
|
xkb_layout us(intl),de
|
||||||
xkb_model pc105
|
xkb_model pc105
|
||||||
|
xkb_options ctrl:nocaps
|
||||||
}
|
}
|
||||||
|
|
||||||
input "type:touchpad" {
|
input "type:touchpad" {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Read `man 5 sway-input` for more information about this section.
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
|
||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
xkb_layout us,de
|
xkb_layout us(intl),de
|
||||||
xkb_options ctrl:nocaps
|
xkb_options ctrl:nocaps
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue