The most essential features of the Logitech T650 trackpad works right out of the box. However, I was unable to get ‘Natural scrolling’ to work.
After a bit of searching, I was led to this post by Franklin Strube on configuring the T650. In the post, Franklin suggests using xinput
to reconfigure the trackpad.
To invert the scroll axis, I reordered the 4, 5, 6, and 7 buttons to 5, 4, 7 and 6 by entering the following into the terminal.
xinput set-button-map "Logitech Unifying Device. Wireless PID:4101" 1 2 3 5 4 7 6 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
This resulted in natural scrolling to work immediately.
Unfortunately, this configuration doesn’t appear to be saved. On rebooting, the scroll axis goes back to the the original settings.
Any idea how I can save the modified configuration?