From ef5f0295e77805af2780f4b63a6fc9d2675cc7ce Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Aug 2014 09:48:32 +1000 Subject: [PATCH] Ship an example config snippet Signed-off-by: Peter Hutterer --- Makefile.am | 2 ++ conf/99-libinput.conf | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 conf/99-libinput.conf 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