Add xorg.conf with my preferences
This commit is contained in:
parent
e5f9fcc80b
commit
268852f65e
1 changed files with 21 additions and 0 deletions
21
roles/home-gui/files/acp-xorg.conf
Normal file
21
roles/home-gui/files/acp-xorg.conf
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "acp-keyboard"
|
||||||
|
MatchIsKeyboard "on"
|
||||||
|
Option "XkbModel" "pc105"
|
||||||
|
Option "XkbLayout" "gb,ca"
|
||||||
|
Option "XkbVariant" ",multix"
|
||||||
|
Option "XkbOptions" "grp:alt_shift_toggle,compose:menu,lv3:ralt_switch,lv5:rctrl_switch"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputClass"
|
||||||
|
MatchIsPointer "on"
|
||||||
|
Identifier "acp-pointer"
|
||||||
|
Option "NaturalScrolling" "false"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "acp-touchpad"
|
||||||
|
MatchIsTouchpad "on"
|
||||||
|
Option "NaturalScrolling" "true"
|
||||||
|
Option "Tapping" "true"
|
||||||
|
EndSection
|
Loading…
Reference in a new issue