Make usage of the trackpad _much_ smoother
This commit is contained in:
parent
e9ea2e0377
commit
de1c49f808
@ -47,15 +47,15 @@ Section "InputClass"
|
||||
Option "TapButton3" "2"
|
||||
|
||||
# Calm the pad down while clicking.
|
||||
Option "VertHysteresis" "50"
|
||||
Option "HorizHysteresis" "50"
|
||||
Option "VertHysteresis" "10"
|
||||
Option "HorizHysteresis" "10"
|
||||
|
||||
# Drag Lock
|
||||
Option "LockedDrags" "1"
|
||||
|
||||
# Tap to click thresholds.
|
||||
Option "FingerLow" "35"
|
||||
Option "FingerHigh" "40"
|
||||
Option "FingerLow" "10"
|
||||
Option "FingerHigh" "16"
|
||||
|
||||
# Prevent accidental clicks
|
||||
Option "PalmDetect" "1"
|
||||
@ -64,10 +64,9 @@ Section "InputClass"
|
||||
|
||||
# scrolling.
|
||||
Option "VertTwoFingerScroll" "1"
|
||||
# Option "VertScrollDelta" "-90"
|
||||
Option "VertScrollDelta" "90"
|
||||
Option "HorizTwoFingerScroll" "1"
|
||||
Option "HorizScrollDelta" "-90"
|
||||
Option "HorizScrollDelta" "90"
|
||||
|
||||
# Aceleration
|
||||
Option "MinSpeed" "0.5"
|
||||
@ -84,4 +83,4 @@ Section "InputClass"
|
||||
MatchProduct "Apple|bcm5974"
|
||||
MatchDriver "synaptics"
|
||||
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
|
||||
EndSection
|
||||
EndSection
|
||||
|
Loading…
Reference in New Issue
Block a user