What's the recommended way to configure a Synaptics touchpad device?

Posted by htorque on Ask Ubuntu See other posts from Ask Ubuntu or by htorque
Published on 2010-12-22T10:34:21Z Indexed on 2010/12/30 1:00 UTC
Read the original article Hit count: 584

I want to increase the scroll area by moving the so-called RightEdge a bit towards the middle. Right now I'm doing this via a one-liner that's called at session start (added via gnome-session-properties):

xinput --set-prop --type=int --format=32 11 252 1781 5125 1646 4582

This works fine, but feels like a hack. What's the recommended way to edit/set touchpad device properties like this one? Few years ago I'd have put that into the xorg.conf, but this seems to be discouraged nowadays.

© Ask Ubuntu or respective owner

Related posts about configuration

Related posts about touchpad