Created
March 20, 2014 17:13
-
-
Save tbielawa/9668968 to your computer and use it in GitHub Desktop.
Tuning the Thinkpad T440s touchpad - See more at: https://blog.lnx.cx/?p=541
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
# /etc/X11/xorg.conf.d/01-synaptics.conf | |
Section "InputClass" | |
Identifier "t440 top buttons" | |
MatchDriver "synaptics" | |
# right btn|middle btn | |
Option "SoftButtonAreas" "60% 0 0 0 40% 60% 0 0" | |
Option "HorizHysteresis" "30" | |
Option "VertHysteresis" "30" | |
Option "PalmDetect" "1" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment