1
0
Fork 0
dotfiles/sysconfig_arch/lib/etc/X11/xorg.conf.d/00-keyboard.conf
2020-12-24 01:52:20 +01:00

8 lines
264 B
Text

##### THIS IS MANAGED BY ANSIBLE #####
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection