Edit40-libinput.conf
/usr/share/X11/xorg.conf.d/40-libinput.conf
Add there Option
"NaturalScrolling" "True"
Example
For mouse:
# Match on all types of devices but joysticksSection "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "NaturalScrolling" "True"EndSection
For touchpad:
Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "NaturalScrolling" "True"EndSection
Then log off and on to apply.
Reference
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse