Skip to content

Instantly share code, notes, and snippets.

@isDipesh
Last active October 12, 2015 22:28
Show Gist options
  • Save isDipesh/4096571 to your computer and use it in GitHub Desktop.
Save isDipesh/4096571 to your computer and use it in GitHub Desktop.
My Synaptics Touchpad Configuration for Xorg
#vi /etc/X11/xorg.conf.d/10-synaptics.conf
#Supports Horizontal and Vertical Edge Scrolling, Two Finger Right click (tested on Dell XPS)
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "VertEdgeScroll" "on"
Option "HorizEdgeScroll" "on"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment