Disable three finger swipe fixup up palm rejection

This commit is contained in:
SolidHal 2018-10-25 18:37:34 +00:00 committed by GitHub
parent 2b0f801580
commit b287d7772d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"