my-ostree-OS/etc/X11/xorg.conf.d/00-keyboard.conf

10 lines
378 B
Text
Raw Permalink Normal View History

2026-03-27 12:44:44 -03:00
# 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