I have successfully used this advice to reverse the mousewheel scrolling direction in select few applications (firefox, whatever pdf viewer, libreoffice) but not others (nemo, xterm, xed). I'm wondering if there's some wider-reaching setting I can edit here to fix this.
Depending on your X11 input driver, you might be able to reverse the scroll direction at the X layer.
I'm using
libinput
input driver for my input devices (packagexserver-xorg-input-libinput
), and I use the following configuration (in/usr/share/X11/xorg.conf.d/90-libinput-settings
):If you're using the
synaptics
input driver, it might be something like this (with negative values forVertScrollDelta
andHorizScrollDelta
-- choose a value that you like):