1 # $NetBSD: wsmoused.conf,v 1.4 2004/01/05 11:01:32 jmmv Exp $
3 # wsmoused.conf - multipurpose mouse daemon configuration file.
5 # See wsmoused(8) and wsmoused.conf(5) for a complete list of options and
9 # The wsmouse(4) device, shared by all modules.
10 device = /dev/wsmouse;
12 # List of modes that will be activated at runtime (selection is the default).
13 #modes = "selection action";
15 # The console where the X server runs (usually /dev/ttyE4).
18 # Selection mode (sel) specific configuration.
21 # Tune mouse movement speed.
29 # Halt the system when button 0 (left) is pressed.
30 # button_0_down = "shutdown -h now";
32 # Reboot the system when button 2 (right) is pressed.
33 # button_2_down = "shutdown -r now";