10 lines
378 B
Text
10 lines
378 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
|
|
# update this file.
|
|
Section "InputClass"
|
|
Identifier "system-keyboard"
|
|
MatchIsKeyboard "on"
|
|
Option "XkbLayout" "dk"
|
|
Option "XkbModel" "pc105"
|
|
Option "XkbOptions" "terminate:ctrl_alt_bksp"
|
|
EndSection
|