diff --git a/Makefile.am b/Makefile.am index 1d2ffd8..6c0c548 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,3 +34,5 @@ ChangeLog: $(CHANGELOG_CMD) dist-hook: ChangeLog INSTALL + +EXTRA_DIST = conf/99-libinput.conf diff --git a/conf/99-libinput.conf b/conf/99-libinput.conf new file mode 100644 index 0000000..6c52e79 --- /dev/null +++ b/conf/99-libinput.conf @@ -0,0 +1,6 @@ +# Use the libinput driver for all event devices +Section "InputClass" + Identifier "libinput" + Driver "libinput" + MatchDevicePath "/dev/input/event*" +EndSection