Skip to content

Instantly share code, notes, and snippets.

@kepstin
Last active December 31, 2015 21:58
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kepstin/8049895 to your computer and use it in GitHub Desktop.
Save kepstin/8049895 to your computer and use it in GitHub Desktop.
Touchpad configuration for Thinkpad T440p (and probably other thinkpads in the same series)
# Drop this file into /etc/X11/xorg.conf.d
# This configures the middle and right-click areas at the *top* of the touchpad
# only. The main and bottom areas are left-click.
# The key setting is that AreaTopEdge is set to prevent you from moving the
# mouse cursor by accident while clicking the trackpoint buttons.
# Inspired by http://who-t.blogspot.ca/2013/12/lenovo-t440-touchpad-button.html
Section "InputClass"
Identifier "t440p touchpad"
MatchDriver "synaptics"
Option "PalmDetect" "on"
Option "AreaTopEdge" "45%"
Option "SoftButtonAreas" "60% 0 0 45% 40% 60% 0 45%"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment