dumpyourvms, ryzensun: change xkb_layout: us(intl)

This commit is contained in:
teutat3s 2022-08-09 23:14:25 +02:00
parent ed298f6140
commit 768392581d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 3 additions and 2 deletions

View file

@ -4,8 +4,9 @@
# Read `man 5 sway-input` for more information about this section.
input "type:keyboard" {
xkb_layout us,de
xkb_layout us(intl),de
xkb_model pc105
xkb_options ctrl:nocaps
}
input "type:touchpad" {

View file

@ -4,7 +4,7 @@
# Read `man 5 sway-input` for more information about this section.
input "type:keyboard" {
xkb_layout us,de
xkb_layout us(intl),de
xkb_options ctrl:nocaps
}