What's the recommended way to configure a Synaptics touchpad device?
- by htorque
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.