Bookmark This Page! Control + D
If you enjoy this blog,
please consider supporting my band.

Sunday, November 9, 2008

Disable tap to click while typing

run this at startup (system > preferences > sessions)

syndaemon -t -d

2 comments:

Anonymous said...

Could you perhaps change the ubuntu advert in your blog to "ubuntu 8.10 is here" instead of "ubuntu 8.04 LTS is here"

Felipe said...

edit the following file ~/.xinitrc

Inside add the following
killall syndaemon
syndaemon -k -t -d -i 1

t and k are important for me, because they allow me to MOVE the mouse, but it will not TAP/CLICK for 1 second. Very handy. .xinitrc will ensure this command gets loaded when Xorg starts.