summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevmouse/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/evdevmouse/README')
-rw-r--r--src/plugins/generic/evdevmouse/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/generic/evdevmouse/README b/src/plugins/generic/evdevmouse/README
index 76ee76bc91..c0dd3db8b3 100644
--- a/src/plugins/generic/evdevmouse/README
+++ b/src/plugins/generic/evdevmouse/README
@@ -12,3 +12,11 @@ initial position.
Touchpads reporting absolute events will work too, the positions will
be turned into relative. Touchscreens are however not supported.
+
+On development machines it might be useful to add the input devices
+to a group that your development user is part of. I.e. add:
+KERNEL=="event*", SUBSYSTEM=="input", MODE="0640", GROUP="users"
+
+to a file such as:
+/etc/udev/rules.d/10-local.rules
+