Pinebook Pro mtrack xinput example conf
Section "InputClass" | |
MatchIsTouchpad "on" | |
Identifier "Touchpads" | |
Driver "mtrack" | |
# Personal preference - overall sensitivity | |
Option "Sensitivity" "0.6" | |
# Distance to move before start emulating two finger scroll mouse event | |
Option "ScrollDistance" "50" | |
# Personal preference - natural scrolling | |
Option "ScrollUpButton" "5" | |
Option "ScrollDownButton" "4" | |
Option "ScrollLeftButton" "7" | |
Option "ScrollRightButton" "6" | |
# Personal perference - 3 finger drag | |
Option "SwipeDistance" "1" | |
Option "SwipeClicktime" "0" | |
Option "SwipeSensitivity" "1000" | |
Option "SwipeUpButton" "1" | |
Option "SwipeDownButton" "1" | |
Option "SwipeLeftButton" "1" | |
Option "SwipeRightButton" "1" | |
# Personal preference - no double tap dragging, only 1+2 finger tap | |
Option "TapDragEnable" "0" | |
Option "TapButton1" "1" | |
Option "TapButton2" "3" | |
Option "TapButton3" "0" | |
Option "TapButton4" "0" | |
# Hardware quirk fix - ignore jittery noise when tapping | |
Option "MaxTapMove" "800" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment