Better palm detection

This commit is contained in:
SolidHal 2018-10-09 18:46:32 +00:00 committed by GitHub
parent fb9f8d7712
commit e063a50fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,10 @@ Section "InputClass"
Option "HorizHysteresis" "10"
# Drag Lock
#Option "LockedDrags" "1"
Option "LockedDrags" "0"
# Tap n drag
Option "TapAndDragGesture" "0"
# Tap to click thresholds.
Option "FingerLow" "10"
@ -59,8 +62,8 @@ Section "InputClass"
# Prevent accidental clicks
Option "PalmDetect" "1"
Option "PalmMinWidth" "10"
Option "PalmMinZ" "80"
Option "PalmMinWidth" "5"
Option "PalmMinZ" "55"
# scrolling.
Option "VertTwoFingerScroll" "1"