KDE has the option to "Reverse scroll direction", which is great when I'm using my TouchPad, however, I equally use a mouse quite often on my laptop but when it comes to a mouse, I prefer the normal scrolling. Is this possible at all? If not, where do I start if I want to implement this myself?
You can use xinput In terminal, type
to find which device you want to change, for example:
if you want change the scroll behavior(Trackball for me here), then type
or
here 1/2/3 mean l/m/r button, and 4/5 mean wheel up/down. And 11 is the id for this device.
This answer involving changes to Synaptics trackpad configuration via
synclient
(immediate, but not persistent) orxorg.conf.d/50-synaptics.conf
(persistent, but only takes effect after restart) are described in terms of GNOME rather than KDE, but will work equally well in either environment.By changing the trackpad
VertScrollDelta
you reverse the change there, but not for actual mouse scroll wheels. @House Zet's answer will also work, and allows you to change the direction for arbitrary input devices, but modifying the trackpad configuration is a bit simpler and will do what you (and many others) want, which is to reverse directions for trackpad but not other devices.I don't know how KDE was back in 2014 when this question was asked, but at this moment KDE has another settings window called "Touchpad" where you can reverse the scrolling direction of both vertical and horizontal scrolling, which is very nice. So, make sure you search for "touch" instead of for "mouse" in your applications menu (this is the mistake I was making).