File: moused

package info (click to toggle)
openrc 0.40.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,268 kB
  • sloc: ansic: 14,482; sh: 2,142; makefile: 584; perl: 28
file content (16 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.