add xorg conf
This commit is contained in:
parent
ff4b21e32c
commit
d5921ff8af
4 changed files with 59 additions and 0 deletions
9
root/etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
9
root/etc/X11/xorg.conf.d/00-keyboard.conf
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue