linux: disable synaptic "mousepad"
how to automatically disable the synaptic mousepad.
the magic command is called syndaemon
to see options:
syndaemon --help
:)
Example to just disable the mousepad for a long time (eg. when you have another mouse plugged)
syndaemon -i 20000 -d

Kommentar hinzufügen