Created
July 30, 2015 10:53
-
-
Save dnlvgl/52b6b1c2864b6a5b68c5 to your computer and use it in GitHub Desktop.
touchpad config for acer c720 chromebook running linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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