[improve/driver conf] Use libinput for the touchpad instad of synaptics
This commit is contained in:
parent
43acbe091c
commit
e1016c11ba
2 changed files with 11 additions and 21 deletions
|
@ -1,23 +1,12 @@
|
|||
Section "InputClass"
|
||||
Identifier "touchpad"
|
||||
Driver "synaptics"
|
||||
Driver "libinput"
|
||||
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"
|
||||
Option "Tapping" "on"
|
||||
Option "TappingButtonMap" "lrm"
|
||||
Option "ClickMethod" "clickfinger"
|
||||
Option "TappingDrag" "true"
|
||||
Option "TappingDragLock" "true"
|
||||
Option "NaturalScrolling" "false"
|
||||
Option "DisableWhileTyping" "true"
|
||||
EndSection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue