Skip to content

Instantly share code, notes, and snippets.

View BrandonDusseau's full-sized avatar

Brandon Dusseau BrandonDusseau

View GitHub Profile
@BrandonDusseau
BrandonDusseau / touchpadconf.sh
Last active November 25, 2015 00:09 — forked from tfg13/touchpadconf.sh
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