blob: 7f39b6d0719850c64fe69443cec2f9a8ae916ef1 [file] [log] [blame]
# Configure touchpads to use Chromium Multitouch (cmt) X input driver
Section "InputClass"
Identifier "touchpad mario"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Pressure Calibration Offset" "-23.2"
Option "Pressure Calibration Slope" "1.21"
# Bounds overrides:
Option "Active Area Left" "1217"
Option "Active Area Right" "5733"
Option "Active Area Top" "1061"
Option "Active Area Bottom" "4798"
# Palm overrides:
Option "Palm Min Distance" "5.0"
# SemiMT overrides:
Option "SemiMT Correcting Filter Enable" "1"
# Scroll Stationary Finger Distance overrides:
Option "Scroll Stationary Finger Max Distance" "20.0"
EndSection