Bitcoin donations are welcome:14snQXeLcnJtWUduKZ6rC2MHdPYrYar1Tw

Saturday, October 11, 2014

Touchpad click delay on Lenovo T510 in Linux

When I decided to run Linux (Debian) on a T510 I noticed there was a delay when clicking/tapping on the touchpad. The fix for this was pretty easy. Simply edit "/usr/share/X11/xorg.conf.d/50-synaptics.conf", and in the section for InputClass add the following lines:
        Option "Clicktime" "0"
        Option "SingleTapTime" "0"

No comments:

Post a Comment