summaryrefslogtreecommitdiff
path: root/conf.d/moused
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-03 10:13:41 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-03 10:13:41 -0600
commit1267025fb76af18e31b2c7de16606abbb9b87ea3 (patch)
tree8cc3a36b1dd7e1438d05a293cae8eac572126a7c /conf.d/moused
parent30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff)
Diffstat (limited to 'conf.d/moused')
-rw-r--r--conf.d/moused16
1 files changed, 0 insertions, 16 deletions
diff --git a/conf.d/moused b/conf.d/moused
deleted file mode 100644
index 2d9bf778..00000000
--- a/conf.d/moused
+++ /dev/null
@@ -1,16 +0,0 @@
-# See the moused man page for available settings.
-
-# Set to your mouse device psm[0-9] for PS/2 ports, ums[0-9] for USB ports
-# Leave blank to try to autodetect it
-#moused_device="/dev/psm0"
-
-# 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
-# to ums0 in this case) and control each mouse.
-# devd can also start and stop these mice, which laptop users will find handy.