Enlightenment WM - Touchpad - No Tap to Click

Manjaro>Budgie>Dell Inspiron I3 7000

Tap to click works fine here BUT when I installed and use E24 (from the AUR) it does not work, even thought it shows as “enabled” in Settings.

Probably enlightenment not working well with libinput?
You can try setting it manually … or you could try replacing with xf86-input-synaptics.

You mean enlightenment 0.24? It’s in the Arch community repo. Did you install enlightenment-git from the AUR? Please don’t invent abbreviations and make people guess what you mean.

1 Like

Touchpad module for Enlightenment is still on the ToDo…
For tap-to-click you can enable in /usr/share/X11/xorg.conf.d/40-libinput.conf
mine looks like this:

Section "InputClass"
    Identifier "libinput touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "Tapping" "True"
    Option "TappingButtonMap" "lmr"

re-login and tap-to-click works

1 Like

:rofl:

Worked! Thank you!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.