Hi,
I downloaded EndeavourOS today with i3 and am really enjoying it but have hit a hitch that’s really irritating me and I’m not sure how to fix it. Coming from Ubuntu, when I tapped my touchpad with two fingers it would right-click, and three would middle-click but on endeavour both are left-clicking.
I had a look at the arch wiki for libinput and have put the following in /etc/X11/xorg.conf.d/90-touchpad.conf
:
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
Option "NaturalScrolling" "on"
EndSection
The natural scrolling setting is working (yay ), however the tapping is not. The output of
xinput list-props
for my touchpad can be found here, I feel like I’m overlooking some obvious setting in there but I’m not sure which one it is. How do I get my touchpad to right and middle click?
Thanks!