My Laptop's touchpad was not clicking on taping. so i searched for google, and found that on running this
xinput --set-prop "ETPS/2 Elantech Touchpad" 272 1
(272 is "Tapping Enabled")
it started working. But the article which i was reading said that it won't be parmanent.
So i created this file named 99-libinput.conf
and puted it in /etc/X11/xorg.conf.d/
, saved it and rebooted my laptop but it still didn't worked.
99-libinput.config
file
Section "InputClass"
Identifier "My Touchpad"
MatchProduct "ETPS/2 Elantech Touchpad"
Option "TappingEnabled" "true"
EndSection
Help me figure out where i have messed up
libinput
used there? – Pilot6 Oct 08 '22 at 17:29