[Bug 246309] r360637 kern.evdev.rcpt_mask=12 by default breaks doubletap on Thinkpad T400 synaptic touchpad
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 9 09:22:13 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246309
--- Comment #5 from Andriy Gapon <avg at 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.
More information about the freebsd-bugs
mailing list