sudo vim /etc/X11/xorg.conf.d/30-touchpad.confContent of the file:
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
Option "NaturalScrolling" "true"
EndSection
Logout, login, done.
No comments:
Post a Comment