Last active
October 14, 2015 01:43
-
-
Save don-smith/accb6ac31af874238d24 to your computer and use it in GitHub Desktop.
My trackpad settings in Debian 8 on my ASUS ZenBook (UX303LA)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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