I would like to invert the scrolling direction so that when I scroll down (using two fingers in a downward direction) on my trackpad, the page also moves down (i.e. to content lower down).
I did this in Raspbian Jessie previously like this by editing the 10-evdev.conf file in /usr/share/X11/xorg.conf.d/
.
However, Raspbian Stretch (9.x) uses libinput rather than evdev so the method above doesn't work.
sudo nano 40-libinput.conf
to edit the file. – nu-bo Nov 20 '17 at 12:17