Disable three finger swipe fixup up palm rejection
This commit is contained in:
parent
2b0f801580
commit
b287d7772d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user