Skip to content

Instantly share code, notes, and snippets.

@dnlvgl
Created July 30, 2015 10:53
Show Gist options
  • Save dnlvgl/52b6b1c2864b6a5b68c5 to your computer and use it in GitHub Desktop.
Save dnlvgl/52b6b1c2864b6a5b68c5 to your computer and use it in GitHub Desktop.
touchpad config for acer c720 chromebook running linux
Section "InputClass"
Identifier "touchpad peppy cyapa"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "cyapa"
Option "FingerLow" "10"
Option "FingerHigh" "10"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment