configs/arch-config/etc/X11/xorg.conf.d/00-keyboard.conf

9 lines
266 B
Plaintext
Raw Normal View History

2020-11-14 12:52:34 +01:00
# 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" "ch"
Option "XkbModel" "pc105"
EndSection