Tips and Instructional topics. Not for support questions.
Post a reply

make trackpad click work outside Xfce

Wed Dec 28, 2016 7:09 pm

Trackpad click did not work in LXDE.

An old issue, this fix for Wheezy works.

Code:
$ su
$ cd /etc/X11/Xsession.d
$ vi 99-synclient

The file 99-synclient should contain:

#! /bin/sh
synclient TapButton1=1

Then make the 99-synclient executable:

$ chmod 555 99-synclient
Post a reply