Article 51PX5 Natural scrolling

Natural scrolling

by
Ahen
from LinuxQuestions.org on (#51PX5)
Lovely job on 5.1 -- congratulations to all involved.

I wanted to change my laptop touchpad scrolling direction to natural scrolling and have been successful.

For anyone who wants to do this, I first (as root) created an empty directory /etc/X11/xorg.conf.d

In that directory, 40-libinput.conf with these contents:

Quote:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
Option "ScrollMethod" "edge"
Option "NaturalScrolling" "on"
EndSection
Note that before this change, both two finger and edge scrolling were active on my touchpad, but afterwards only edge scrolling is. That's fine with me. The TappingButtonMap option "lmr" sets one finger tap to left click, two finger tap to middle click and three finger tap to right click. It's possible to use other combinations, like "lrm".

My understanding is that this is the preferred method for systems using libinput, as Bodhi is.latest?d=yIl2AUoC8zA latest?i=FaKBLzGK9NM:904VOPpA9dw:F7zBnMy latest?i=FaKBLzGK9NM:904VOPpA9dw:V_sGLiP latest?d=qj6IDK7rITs latest?i=FaKBLzGK9NM:904VOPpA9dw:gIN9vFwFaKBLzGK9NM
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments