Command-Line – How to Disable Touchpad Using Command Line

command linetouchpad

Is there a way to disable a touchpad using a terminal command?

Best Answer

To turn off touch pad:

synclient TouchpadOff=1

To turn it back on:

synclient TouchpadOff=0