Created
May 15, 2017 18:16
-
-
Save yuri1969/838929b927e17e943f5f9dd9bd358dc7 to your computer and use it in GitHub Desktop.
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
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
################################################### | |
Section "InputClass" | |
Identifier "two finger scrolling" | |
Driver "synaptics" | |
Option "Protocol" "auto-dev" | |
MatchProduct "SynPS/2 Synaptics TouchPad" | |
MatchDevicePath "/dev/input/event*" | |
Option "VertTwoFingerScroll" "on" | |
Option "HorizTwoFingerScroll" "on" | |
Option "EmulateTwoFingerMinW" "8" | |
Option "EmulateTwoFingerMinZ" "40" | |
Option "TapButton1" "1" | |
# Lowish value; Timer after which count a tap being a move | |
Option "MaxTapTime" "80" | |
# Min value; Area outside of which is is considered a tap being a move after MaxTapTime | |
Option "MaxTapMove" "50" | |
# Adjust for bigger fingers | |
Option "FingerHigh" "40" | |
# Adjust for bigger fingers | |
Option "FingerLow" "35" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment