Skip to content

Instantly share code, notes, and snippets.

@don-smith
Last active October 14, 2015 01:43
Show Gist options
  • Save don-smith/accb6ac31af874238d24 to your computer and use it in GitHub Desktop.
Save don-smith/accb6ac31af874238d24 to your computer and use it in GitHub Desktop.
My trackpad settings in Debian 8 on my ASUS ZenBook (UX303LA)
# /etc/X11/xorg.conf.d/synaptics.conf
# More info: http://www.x.org/archive/X11R7.5/doc/man/man4/synaptics.4.html
Section "InputClass"
Identifier "Touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1" # left click
Option "TapButton2" "3" # right click
Option "TapButton3" "2" # middle click
Option "HorizTwoFingerScroll" "1"
Option "TapAndDragGesture" "1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment