Archived
1
0
Fork 0
This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/sysconfig_arch/lib/etc/X11/xorg.conf.d/00-keyboard.conf

9 lines
264 B
Text
Raw Normal View History

2020-12-24 01:52:20 +01:00
##### 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