How to Enable Natural Scrolling on MATE Linux Touchpads
MATE’s mouse settings don’t include a graphical toggle for natural (or inverted) scrolling on touchpads, unlike GNOME or Cinnamon. You’ll need to configure it through the command line or configuration files. Using synclient If your system uses Synaptics touchpad driver, you can invert scrolling direction with synclient: synclient VertScrollDelta=-111 synclient HorizScrollDelta=-111 Verify the change took…