On 09/06/2026 10:21 pm, Dan Ritter wrote:
But that's not guaranteed. You'll want to put the set-prop in
something which runs right after your X11 or Wayland desktop
starts.
It seems, some messages were off-list. I am not sure that the following
Xorg config snippet does exactly what the topic starter needs. At least
it shows how to use global config, see libinput(4):
/etc/X11/xorg.conf.d/90-libinput.conf
Section "InputClass"
Identifier "touchpad tap-to-click"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection
I have another "Section", but it remained from experiments with
synaptics driver instead of libinput, so it should be irrelevant.