blob: 4fb883df328485a131bcc4c736c55e4e5635121c [file] [log] [blame]
# Configure touchpads to use Chromium Multitouch (cmt) X input driver
Section "InputClass"
Identifier "touchpad swanky"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "Elan"
Option "Touchpad Stack Version" "2"
Option "Integrated Touchpad" "1"
Option "Pressure Calibration Offset" "-120.0210825"
Option "Pressure Calibration Slope" "3.119649569"
Option "Tap Minimum Pressure" "15.0"
Option "Max Allowed Pressure Change Per Sec" "2500"
Option "Min Scroll Dead Reckoning Distance" "0.1"
Option "Max Stationary Move Speed" "47"
Option "Max Stationary Move Speed Hysteresis" "2"
Option "Max Stationary Move Suppress Distance" "2"
EndSection