summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-08-07 09:48:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-08-07 09:48:32 +1000
commitef5f0295e77805af2780f4b63a6fc9d2675cc7ce (patch)
tree8b1da8152c648d05466d8674939d88080a58556c /conf
parentadb4963109fc68ca618e39e51fa86e531a492bef (diff)
Ship an example config snippet
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/99-libinput.conf6
1 files changed, 6 insertions, 0 deletions
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