12-29-2021, 01:44 PM
Hi!
Solved using xinput and a standard config file:
Solved using xinput and a standard config file:
Code:
#/etc/X11/xorg.conf.d/20-touchpad.conf
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
EndSection
Kind regards,
Xavier Miller.
Xavier Miller.