Saturday, February 11, 2012

Disable touchpad tap-to-click

I'm on Xubuntu now, and the settings manager doesn't have any way to disable tap-to-click on the touchpad. Found the solution on the Ubuntu forums:

/usr/bin/synclient MaxTapTime=0

The instructions also say how to get this to run on startup.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Jekyll Pages List

Getting a list of pages in a Jekyll site is easy, but paring that down to just the top-level files and the index pages is tricky. {% for p...