Skip to content

Instantly share code, notes, and snippets.

@tbielawa
Created March 20, 2014 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tbielawa/9668968 to your computer and use it in GitHub Desktop.
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
# /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