From de1c49f808b857de7cde3aad4cbbcd4c7d0aae4b Mon Sep 17 00:00:00 2001 From: SolidHal Date: Thu, 20 Sep 2018 17:04:44 +0000 Subject: [PATCH] Make usage of the trackpad _much_ smoother --- resources/InstallResources/50-synaptics.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/resources/InstallResources/50-synaptics.conf b/resources/InstallResources/50-synaptics.conf index 08ceb78..029a662 100644 --- a/resources/InstallResources/50-synaptics.conf +++ b/resources/InstallResources/50-synaptics.conf @@ -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 \ No newline at end of file +EndSection