With xorg-input-synaptics I wasn't able to configure taps, just clicks. Thus I've removed xserver-xorg-input-synaptics and am trying to configure everything via xorg-input-libinput.
Here's my /etc/X11/xorg.conf.d/40-libinput.conf:I am currently experiencing a problem opposite to the one I had with xorg-input-synaptics: even though two- and tree-finger-taps work for the second and third mouse button emulation accordingly, two- and tree-finger-clicks are being handled as the left-click.
The addition ofdoesn't solve the problem but rather leads to taps stopping to work.
My touchpad is Synaptics tm2964-001 on ThinkPad T440p
(Debian 12)
Here's my /etc/X11/xorg.conf.d/40-libinput.conf:
Code:
Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "Tapping" "on"EndSection
The addition of
Code:
Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2"
My touchpad is Synaptics tm2964-001 on ThinkPad T440p
(Debian 12)
Statistics: Posted by eugrus — 2024-01-02 17:18 — Replies 1 — Views 27