Skip to content

Instantly share code, notes, and snippets.

@BrandonDusseau
Forked from tfg13/touchpadconf.sh
Last active November 25, 2015 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrandonDusseau/f62346a6a8a090629fc3 to your computer and use it in GitHub Desktop.
Save BrandonDusseau/f62346a6a8a090629fc3 to your computer and use it in GitHub Desktop.
Synaptics/Elan touchpad configuration for Lenovo Flex 2 Pro/Edge (non-Thinkpad)
#!/bin/sh
# This file modifies synaptics driver settings for the Lenovo Flex/Edge
# clickpad. The changes do not persist so be sure to add this to a startup
# script!
# Enables two-finger tap for right click and three-finger for middle
synclient TapButton2=3
synclient TapButton3=2
# enable horizontal two-finger scrolling (vertical is enabled by default)
synclient HorizTwoFingerScroll=1
# This line will disable movement on the soft buttons to make clicking easier
synclient AreaBottomEdge=1650
# configure trackpoint buttons
synclient RightButtonAreaLeft=1650
synclient RightButtonAreaRight=0
synclient RightButtonAreaTop=1550
synclient RightButtonAreaBottom=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment