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