Disable three finger swipe fixup up palm rejection
This commit is contained in:
parent
2b0f801580
commit
b287d7772d
@ -44,7 +44,6 @@ Section "InputClass"
|
|||||||
# Enable 1, 2, and 3 finger clicking as left, right, and middle click, respectively.
|
# Enable 1, 2, and 3 finger clicking as left, right, and middle click, respectively.
|
||||||
Option "TapButton1" "1"
|
Option "TapButton1" "1"
|
||||||
Option "TapButton2" "3"
|
Option "TapButton2" "3"
|
||||||
Option "TapButton3" "2"
|
|
||||||
|
|
||||||
# Calm the pad down while clicking.
|
# Calm the pad down while clicking.
|
||||||
Option "VertHysteresis" "10"
|
Option "VertHysteresis" "10"
|
||||||
@ -62,8 +61,8 @@ Section "InputClass"
|
|||||||
|
|
||||||
# Prevent accidental clicks
|
# Prevent accidental clicks
|
||||||
Option "PalmDetect" "1"
|
Option "PalmDetect" "1"
|
||||||
Option "PalmMinWidth" "5"
|
Option "PalmMinWidth" "10"
|
||||||
Option "PalmMinZ" "55"
|
Option "PalmMinZ" "80"
|
||||||
|
|
||||||
# scrolling.
|
# scrolling.
|
||||||
Option "VertTwoFingerScroll" "1"
|
Option "VertTwoFingerScroll" "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user