Skip to content

Instantly share code, notes, and snippets.

@bezerker
Created March 18, 2016 19:16
Show Gist options
  • Save bezerker/dfe0abef06d6ef9d388a to your computer and use it in GitHub Desktop.
Save bezerker/dfe0abef06d6ef9d388a to your computer and use it in GitHub Desktop.
Section "InputClass"
Identifier "evdev touchpad catchall"
Driver "synaptics"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "on"
Option "Protocol" "event"
Option "FingerLow" "10"
Option "FingerHigh" "40"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "1.6"
Option "AccelFactor" "0.5"
Option "EmulateTwoFingerMinW" "8"
Option "EmulateTwoFingerMinZ" "10"
Option "HorizScrollDelta" "100"
Option "HorizTwoFingerScroll" "1"
Option "VertScrollDelta" "15"
Option "VertTwoFingerScroll" "1"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "PalmDetect" "1"
Option "PalmMinWidth" "8"
Option "PalmMinZ" "100"
Option "AreaRightEdge" "1020"
Option "AreaTopEdge" "40"
Option "FastTaps" "0"
Option "SHMConfig" "1"
#Option "MaxTapTime" "100"
Option "MaxTapTime" "0"
Option "TapAndDragGesture" "false"
Option "Clickpad" "1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment