arch/pkg/de-p1st-keyboard-x11/00-keyboard.conf

10 lines
310 B
Plaintext

Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
# German and Norwegian
Option "XkbLayout" "de,no"
Option "XkbVariant" "nodeadkeys"
# toggle between layouts with: ALT + CAPS-LOCK
Option "XkbOptions" "grp:alt_caps_toggle"
EndSection