void-bash-installer/files/xorg/10-keyboard.conf

7 lines
186 B
Plaintext
Raw Normal View History

2021-04-15 10:27:27 +02:00
Section "InputClass"
Identifier "keyboard"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
#Option "XkbOptions" "grp:alt_shift_toggle"
EndSection