Score:-1

How to make xinput change permanent?

sc flag

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

Pilot6 avatar
cn flag
Let's start with your Ubuntu version.
ajcky avatar
sc flag
@Pilot6 Lubuntu (20.04.5 LTS x86_64)
Pilot6 avatar
cn flag
Is `libinput` used there?
ajcky avatar
sc flag
yeah. Driver 'libinput"
Pilot6 avatar
cn flag
So my answer should be good. You made a file in a wrong place with a wrong content.
ajcky avatar
sc flag
Let us [continue this discussion in chat](https://chat.stackexchange.com/rooms/139729/discussion-between-ajcky-and-pilot6).
Score:1
cn flag

For Ubuntu or Lubuntu you are doing all wrong.

There is a file /usr/share/X11/xorg.conf.d/40-libinput.conf

The tapping is enabled in the touchpad section this way:

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

You can also enable tapping in mouse settings GUI.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.