Skip to content

Instantly share code, notes, and snippets.

@qpfiffer
Created December 11, 2013 04:45
Show Gist options
  • Select an option

  • Save qpfiffer/7905190 to your computer and use it in GitHub Desktop.

Select an option

Save qpfiffer/7905190 to your computer and use it in GitHub Desktop.
Synaptics config, I think.
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "PalmDetect" "1"
Option "PalmMinWidth" "10"
Option "PalmMinZ" "200"
Option "HorizScrollDelta" "-60"
Option "VertScrollDelta" "-60"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment