aboutsummaryrefslogtreecommitdiff
path: root/conf.d.BSD
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d.BSD')
-rw-r--r--conf.d.BSD/moused8
1 files changed, 5 insertions, 3 deletions
diff --git a/conf.d.BSD/moused b/conf.d.BSD/moused
index a9edab16..a9d2d401 100644
--- a/conf.d.BSD/moused
+++ b/conf.d.BSD/moused
@@ -4,11 +4,13 @@
# Leave blank to try to autodetect it
#moused_device="/dev/psm0"
-# Any additional arguments required
-moused_args=""
+# Any additional arguments required for a specific port
+#moused_args_psm0=""
+# or for all mice
+#moused_args=""
# You can also multiplex the init script for each device like so
# ln -s moused /etc/init.d/moused.ums0
-# This enables you to have a config file per mouse (forces MOUSED_DEVICE
+# This enables you to have a config file per mouse (forces moused_device
# to ums0 in this case) and control each mouse.
# devd can also start and stop these mice, which laptop users will find handy.