- List devices and find the trackpad's ID:
xinput list
- Monitor the input:
xinput --test [id #]
-
List the properties.
synclient
-
Disable the triple click (this is what I needed):
synclient ClickFinger3=1
- Not sure if 1 or two mattered, but 1 worked form me.`
- Manual with more info
- A nice description of what multitouch could do on Ubuntu
- Another person on the interwebs also needed this
synclient TapButton3=2
- Another helpful page
- Mtrack is another solution that people have mentioned