Files
snigdhaos-archiso/archiso/airootfs/etc/X11/xorg.conf.d/00-keyboard.conf
2025-01-01 03:25:20 +05:30

11 lines
383 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
# update this file.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc105+inet"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection