Topic: How to disable touchpad while writing
I dont know if this is common knowledge - but for me it was a lifesaver. The following was found here: http://sprayfly.com/2009/08/23/disable- in-ubuntu/
Below copy-paste from that blog post:
Before we do anything else, we need to enable configuration of the touchpad by enabling SHMConfig in a configuration file. In a terminal, enter the following commands:
sudo nano /etc/hal/fdi/policy/shmconfig.fdiPaste the following code into the file and save:
TrueNow in therminal do:
syndaemon -t -K -d -i 1And your all set. Read the original post linked above for explanation of the different syndaemon options.
You can add the syndaemon to your autostart script (menu - preferences - openbox config - edit autostart)