Skip to content

Instantly share code, notes, and snippets.

@Dulani
Last active January 16, 2016 08:02
Show Gist options
  • Save Dulani/31007bbad510d9cc0432 to your computer and use it in GitHub Desktop.
Save Dulani/31007bbad510d9cc0432 to your computer and use it in GitHub Desktop.
Trackpad Adjustments for Ubuntu on Mac

Examine sensitivities

  • List devices and find the trackpad's ID: xinput list
  • Monitor the input: xinput --test [id #]

Use Synclient to adjust things (what worked for me)

  • 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.`

Other Tips

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment