blob: 5de8d0189627dc139e7a56c6578e8c88d3cf7ef7 [file] [log] [blame]
# Configure touchpads to use Chromium Multitouch (cmt) X input driver
Section "InputClass"
Identifier "touchpad falco"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Integrated Touchpad" "1"
# Disable some causes of delay
Option "IIR b0" "1"
Option "IIR b1" "0"
Option "IIR b2" "0"
Option "IIR b3" "0"
Option "IIR a1" "0"
Option "IIR a2" "0"
Option "IIR Distance Threshold" "1000"
Option "Input Queue Delay" "0"
EndSection
Section "InputClass"
Identifier "touchpad falco cyapa"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "cyapa"
Option "Pressure Calibration Offset" "-2.75341327136135"
Option "Pressure Calibration Slope" "3.31191180624547"
# Extra filters for Cyapa
Option "Box Width" "1.0"
Option "Box Height" "1.0"
Option "Sensor Jump Filter Enable" "1"
Option "Sensor Jump Min Dist Non-Move" "1.0"
Option "Sensor Jump Min Dist Move" "1.0"
Option "Sensor Jump No Warp Min Dist Move" "0.95"
Option "Split Corrector Enabled" "1"
EndSection