Skip to content

Instantly share code, notes, and snippets.

@DenysMedvid
Created May 27, 2015 11:08
Show Gist options
  • Select an option

  • Save DenysMedvid/ac1b3a51c242c0ba57fd to your computer and use it in GitHub Desktop.

Select an option

Save DenysMedvid/ac1b3a51c242c0ba57fd to your computer and use it in GitHub Desktop.
Fix ThinkPad E440 Touchpad
# /etc/X11/xorg.conf.d/01-synaptics.conf
Section "InputClass"
Identifier "e440 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