11 lines
386 B
Text
11 lines
386 B
Text
|
# 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" "de"
|
||
|
Option "XkbModel" "pc105"
|
||
|
Option "XkbVariant" "nodeadkeys"
|
||
|
EndSection
|