add xorg conf
This commit is contained in:
parent
ff4b21e32c
commit
d5921ff8af
4 changed files with 59 additions and 0 deletions
23
root/etc/X11/xorg.conf.d/50-synaptics.conf
Normal file
23
root/etc/X11/xorg.conf.d/50-synaptics.conf
Normal file
|
@ -0,0 +1,23 @@
|
|||
Section "InputClass"
|
||||
Identifier "touchpad"
|
||||
Driver "synaptics"
|
||||
MatchIsTouchpad "on"
|
||||
Option "TapButton1" "1"
|
||||
Option "TapButton2" "2"
|
||||
Option "TapButton3" "3"
|
||||
Option "VertEdgeScroll" "off"
|
||||
Option "VertTwoFingerScroll" "on"
|
||||
Option "HorizEdgeScroll" "off"
|
||||
Option "HorizTwoFingerScroll" "on"
|
||||
Option "CircularScrolling" "on"
|
||||
Option "CircScrollTrigger" "2"
|
||||
Option "EmulateTwoFingerMinZ" "40"
|
||||
Option "EmulateTwoFingerMinW" "8"
|
||||
Option "CoastingSpeed" "0"
|
||||
Option "FingerLow" "30"
|
||||
Option "FingerHigh" "50"
|
||||
Option "MaxTapTime" "125"
|
||||
Option "PalmDetect" "1"
|
||||
Option "PalmMinWidth" "4"
|
||||
Option "PalmMinZ" "100"
|
||||
EndSection
|
Loading…
Add table
Add a link
Reference in a new issue