Whenever we tried to click on any button such as closing a window, the mouse pointer changes its position. This is very frustrating sometimes. To fix this issue we need to synaptics driver options.
This worked like a charm !
$ synclient | grep FingerLow
FingerLow = 30
$ synclient | grep FingerHigh
FingerHigh = 30
$ synclient FingerLow=14
$ synclient FingerHigh=15
This worked like a charm !
You saved my nervs! Thank a lot.
ReplyDeleteMassi