add xorg conf

This commit is contained in:
Felix Van der Jeugt 2022-01-05 01:07:09 +01:00
parent ff4b21e32c
commit d5921ff8af
4 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#Option "XkbVariant" ",dvorak"
#Option "XkbModel" "pc104"
#MatchIsKeyboard "on"
Section "InputClass"
Identifier "system-keyboard"
Option "XkbLayout" "us"
Option "XkbOptions" "compose:caps"
EndSection