Created
November 29, 2015 10:04
-
-
Save W4RH4WK/9eabfaef52c6b2f5c3d9 to your computer and use it in GitHub Desktop.
Lenovo E330 Touchpad Settings
This file contains hidden or 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 catchall" | |
| Driver "synaptics" | |
| MatchIsTouchpad "on" | |
| Option "VertResolution" "100" | |
| Option "HorizResolution" "65" | |
| Option "MinSpeed" "1" | |
| Option "MaxSpeed" "1" | |
| Option "AccelerationProfile" "2" | |
| Option "AdaptiveDeceleration" "16" | |
| Option "ConstantDeceleration" "16" | |
| Option "VelocityScale" "32" | |
| Option "FingerLow" "30" | |
| Option "FingerHigh" "40" | |
| Option "VertTwoFingerScroll" "1" | |
| Option "HorizTwoFingerScroll" "0" | |
| Option "HorizHysteresis" "40" | |
| Option "VertHysteresis" "40" | |
| MatchDevicePath "/dev/input/event*" | |
| EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment