https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253382

Vladimir Kondratyev <w...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w...@freebsd.org

--- Comment #10 from Vladimir Kondratyev <w...@freebsd.org> ---
IIRC, libinput has taps disabled by default. You should add following lines to
xorg.conf to enable it again:

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        Option "Tapping" "on"
        Option "ClickMethod" "clickfinger"
EndSection

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to