mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 20:20:06 +01:00
6 lines
206 B
Text
6 lines
206 B
Text
# Ignore devices created by libinput's test suite (litest)
|
|
Section "InputClass"
|
|
Identifier "Ignore libinput test suite devices"
|
|
MatchProduct "litest"
|
|
Option "Ignore" "on"
|
|
EndSection
|