12 lines
428 B
Plaintext
12 lines
428 B
Plaintext
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
|
|
# probably wise not to edit this file manually. Use localectl(1) to
|
|
# instruct systemd-localed to update it.
|
|
Section "InputClass"
|
|
Identifier "system-keyboard"
|
|
MatchIsKeyboard "on"
|
|
Option "XkbLayout" "us"
|
|
Option "XkbModel" "pc104"
|
|
Option "XkbVariant" "altgr-intl"
|
|
Option "XkbOptions" "caps:escape"
|
|
EndSection
|