aboutsummaryrefslogtreecommitdiffstats
path: root/etc/00-keyboard.conf
blob: 4b00d6d714e7da6ef30e9ad1f346dc5dda2e9588 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "en"
        Option "XkbModel" "pc105"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection