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"
|
Option "TapButton3" "2"
|
||||||
|
|
||||||
# Calm the pad down while clicking.
|
# Calm the pad down while clicking.
|
||||||
Option "VertHysteresis" "50"
|
Option "VertHysteresis" "10"
|
||||||
Option "HorizHysteresis" "50"
|
Option "HorizHysteresis" "10"
|
||||||
|
|
||||||
# Drag Lock
|
# Drag Lock
|
||||||
Option "LockedDrags" "1"
|
Option "LockedDrags" "1"
|
||||||
|
|
||||||
# Tap to click thresholds.
|
# Tap to click thresholds.
|
||||||
Option "FingerLow" "35"
|
Option "FingerLow" "10"
|
||||||
Option "FingerHigh" "40"
|
Option "FingerHigh" "16"
|
||||||
|
|
||||||
# Prevent accidental clicks
|
# Prevent accidental clicks
|
||||||
Option "PalmDetect" "1"
|
Option "PalmDetect" "1"
|
||||||
@ -64,10 +64,9 @@ Section "InputClass"
|
|||||||
|
|
||||||
# scrolling.
|
# scrolling.
|
||||||
Option "VertTwoFingerScroll" "1"
|
Option "VertTwoFingerScroll" "1"
|
||||||
# Option "VertScrollDelta" "-90"
|
|
||||||
Option "VertScrollDelta" "90"
|
Option "VertScrollDelta" "90"
|
||||||
Option "HorizTwoFingerScroll" "1"
|
Option "HorizTwoFingerScroll" "1"
|
||||||
Option "HorizScrollDelta" "-90"
|
Option "HorizScrollDelta" "90"
|
||||||
|
|
||||||
# Aceleration
|
# Aceleration
|
||||||
Option "MinSpeed" "0.5"
|
Option "MinSpeed" "0.5"
|
||||||
@ -84,4 +83,4 @@ Section "InputClass"
|
|||||||
MatchProduct "Apple|bcm5974"
|
MatchProduct "Apple|bcm5974"
|
||||||
MatchDriver "synaptics"
|
MatchDriver "synaptics"
|
||||||
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
|
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
|
||||||
EndSection
|
EndSection
|
||||||
|
Loading…
Reference in New Issue
Block a user