I really love Ubuntu 18.04, but something is driving me nuts. Every time I'm typing and I accidentally touch the touchpad, my typing cursor jumps. On another post I found that this behavior can be solved in two ways:
- By using
syndaemon
- By using the
touchbar-indicator
plugin
But on my system both methods seem to fail. For the touchbar-indicator
, I just enabled the "auto disable touchpad" option, but that doesn't do anything. Then I configured syndaemon
as a startup application like this:
/bin/bash -c "sleep 15 && syndaemon -i .8 -K -t -R -d"
If anyone knows what I can do about this behavior please tell me since I'm going mad. :p
Thanks a lot in advance
System info: - Intel® Core™ i7-6700HQ CPU @ 2.60GHz × 8 - HP Zbook G3 Studion
-R
option. Said command is in a file named /etc/X11/Xsession.d/98x11-syndaemon... – Digger Dec 05 '20 at 20:55