Skip to content

Instantly share code, notes, and snippets.

@singulared
Created July 6, 2018 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save singulared/53ab3e9a6e2f190238f6f55088a24552 to your computer and use it in GitHub Desktop.
Save singulared/53ab3e9a6e2f190238f6f55088a24552 to your computer and use it in GitHub Desktop.
synaptics
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "off"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "off"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "35"
Option "FingerHigh" "40"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment