Comment 76 for bug 489830

Revision history for this message
mc0e (xgcsufw02) wrote :

It's not nice to have to run dconf-editor that every time you start your Xsession. Here's a scriptable way to store and recover your settings that you can wire into a startup script.

Store your current settings:

    synclient -l | sed '1d;s/ //g' > ~/.synpadSettings

Recover them:

    cat ~/.synpadSettings | xargs synclient