aboutsummaryrefslogtreecommitdiffstats
path: root/etc/00-keyboard.conf
blob: d920257fb721c515f1867b1fc5056f5fba2898a0 (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" "us"
        Option "XkbModel" "pc105"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection