Blame SOURCES/40-libinput.conf

f8dcb1
# Match on all types of devices but tablet devices and joysticks
f8dcb1
Section "InputClass"
f8dcb1
        Identifier "libinput pointer catchall"
f8dcb1
        MatchIsPointer "on"
f8dcb1
        MatchDevicePath "/dev/input/event*"
f8dcb1
        Driver "libinput"
f8dcb1
EndSection
f8dcb1
f8dcb1
Section "InputClass"
f8dcb1
        Identifier "libinput keyboard catchall"
f8dcb1
        MatchIsKeyboard "on"
f8dcb1
        MatchDevicePath "/dev/input/event*"
f8dcb1
        Driver "libinput"
f8dcb1
EndSection
f8dcb1
f8dcb1
Section "InputClass"
f8dcb1
        Identifier "libinput touchpad catchall"
f8dcb1
        MatchIsTouchpad "on"
f8dcb1
        MatchDevicePath "/dev/input/event*"
f8dcb1
        Driver "libinput"
f8dcb1
EndSection
f8dcb1
f8dcb1
Section "InputClass"
f8dcb1
        Identifier "libinput touchscreen catchall"
f8dcb1
        MatchIsTouchscreen "on"
f8dcb1
        MatchDevicePath "/dev/input/event*"
f8dcb1
        Driver "libinput"
f8dcb1
EndSection
f8dcb1