Skip to content

Instantly share code, notes, and snippets.

@yuri1969
Created May 15, 2017 18:16
Show Gist options
  • Save yuri1969/838929b927e17e943f5f9dd9bd358dc7 to your computer and use it in GitHub Desktop.
Save yuri1969/838929b927e17e943f5f9dd9bd358dc7 to your computer and use it in GitHub Desktop.
###################################################
#
# 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