====== How to disable notebook touchpad ====== To disable: gconftool-2 --set "/desktop/gnome/peripherals/touchpad/touchpad_enabled" --type boolean false To enable it back: gconftool-2 --set "/desktop/gnome/peripherals/touchpad/touchpad_enabled" --type boolean true