How to enable 2- and 3-fingers tapping?
#2
Hi!

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.
  Reply


Messages In This Thread
RE: How to enable 2- and 3-fingers tapping? - by alchemist - 12-29-2021, 01:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Enable KVM on default OS (Debian 9) colemancda 7 7,248 12-02-2019, 02:07 PM
Last Post: astr0baby

Forum Jump:


Users browsing this thread: 2 Guest(s)