my-ostree-OS/etc/X11/xorg.conf.d/00-keyboard.conf
Anders da Silva Rytter Hansen 935397b426 Add X11 config files
2026-03-27 12:44:44 -03:00

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