1 | sudo vim /etc/X11/xorg .conf.d /30-touchpad .conf |
1 2 3 4 5 6 7 8 | Section "InputClass" Identifier "touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" Option "TappingButtonMap" "lmr" Option "NaturalScrolling" "true" EndSection |