https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246309
--- Comment #5 from Andriy Gapon <a...@freebsd.org> --- I am using an additional conf file to customize my touchpad's behavior. I named the file /usr/local/etc/X11/xorg.conf.d/90-touchpad.conf Here is what it has: Section "InputClass" Identifier "The touchpad" MatchDriver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" Option "TappingDrag" "on" Option "TappingDragLock" "on" Option "ClickMethod" "clickfinger" Option "ScrollMethod" "twofinger" Option "NaturalScrolling" "off" Option "DisableWhileTyping" "on" EndSection Maybe you can use a similar method to configure features that you want. -- 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"