Last active
July 24, 2020 16:26
-
-
Save Mnkai/8c5c4e06a2f34518bf4fa45230628340 to your computer and use it in GitHub Desktop.
Pinebook Pro mtrack xinput example conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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