diff --git a/resources/InstallResources/50-synaptics.conf b/resources/InstallResources/50-synaptics.conf index 3e53508..1e28956 100644 --- a/resources/InstallResources/50-synaptics.conf +++ b/resources/InstallResources/50-synaptics.conf @@ -44,8 +44,7 @@ Section "InputClass" # Enable 1, 2, and 3 finger clicking as left, right, and middle click, respectively. Option "TapButton1" "1" Option "TapButton2" "3" - Option "TapButton3" "2" - + # Calm the pad down while clicking. Option "VertHysteresis" "10" Option "HorizHysteresis" "10" @@ -62,8 +61,8 @@ Section "InputClass" # Prevent accidental clicks Option "PalmDetect" "1" - Option "PalmMinWidth" "5" - Option "PalmMinZ" "55" + Option "PalmMinWidth" "10" + Option "PalmMinZ" "80" # scrolling. Option "VertTwoFingerScroll" "1"