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