Blame SOURCES/40-libinput.conf

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