mirror of
https://github.com/Snigdha-OS/snigdhaos-archiso.git
synced 2025-09-07 05:05:14 +02:00
11 lines
383 B
Plaintext
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
|