Better palm detection
This commit is contained in:
parent
fb9f8d7712
commit
e063a50fc5
@ -51,7 +51,10 @@ Section "InputClass"
|
|||||||
Option "HorizHysteresis" "10"
|
Option "HorizHysteresis" "10"
|
||||||
|
|
||||||
# Drag Lock
|
# Drag Lock
|
||||||
#Option "LockedDrags" "1"
|
Option "LockedDrags" "0"
|
||||||
|
|
||||||
|
# Tap n drag
|
||||||
|
Option "TapAndDragGesture" "0"
|
||||||
|
|
||||||
# Tap to click thresholds.
|
# Tap to click thresholds.
|
||||||
Option "FingerLow" "10"
|
Option "FingerLow" "10"
|
||||||
@ -59,8 +62,8 @@ Section "InputClass"
|
|||||||
|
|
||||||
# Prevent accidental clicks
|
# Prevent accidental clicks
|
||||||
Option "PalmDetect" "1"
|
Option "PalmDetect" "1"
|
||||||
Option "PalmMinWidth" "10"
|
Option "PalmMinWidth" "5"
|
||||||
Option "PalmMinZ" "80"
|
Option "PalmMinZ" "55"
|
||||||
|
|
||||||
# scrolling.
|
# scrolling.
|
||||||
Option "VertTwoFingerScroll" "1"
|
Option "VertTwoFingerScroll" "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user