You are not logged in.

#1 2020-01-01 22:00:50

felix_thunderbolt
Member
Registered: 2020-01-01
Posts: 6

[SOLVED] xorg configuration file does not work, but xinput works

I want to configure libinput to set Tapping enabled for my touchpad.

Using xinput to configure it at runtime works (11 is my device, 298 is Tapping and 1 is enabled):

    xinput set-prop 11 298 1

But configuring the same thing in /etc/X11/xorg.conf.d/30-touchpad.conf does not work when I log in using startx on my i3 session. Here is the file content:

Section "InputDevice"
    Identifier "touchpad"
    Driver "libinput"
    MatchIsTouchpad "on"
    Option "Tapping" "on"
EndSection

Last edited by felix_thunderbolt (2020-01-01 22:24:17)

Offline

#2 2020-01-01 22:23:51

felix_thunderbolt
Member
Registered: 2020-01-01
Posts: 6

Re: [SOLVED] xorg configuration file does not work, but xinput works

I have put "InputDevice" instead of "InputClass".
My fault
Now it works

Offline

Board footer

Powered by FluxBB