Disabling Touchpad Tapping and Scrolling in Xubuntu
Install gsynaptics:
sudo aptitude install gsynaptics
Edit xorg.conf file:
sudo mousepad /etc/X11/xorg.conf
Add this line to the synaptics section (Identifier: “Synaptics Touchpad”):
Option “TouchpadOff” “2″
And you’re done!

Leave a Reply