2003-08-07 02:16:34 +04:00
|
|
|
# $NetBSD: wsmoused.conf,v 1.3 2003/08/06 22:16:34 jmmv Exp $
|
2003-03-04 17:36:17 +03:00
|
|
|
#
|
|
|
|
# wsmoused.conf - multipurpose mouse daemon configuration file.
|
|
|
|
#
|
|
|
|
# See wsmoused(8) and wsmoused.conf(5) for a complete list of options and
|
|
|
|
# available modes.
|
|
|
|
#
|
|
|
|
|
|
|
|
# The wsmouse(4) device, shared by all modules.
|
|
|
|
device = /dev/wsmouse;
|
|
|
|
|
2003-08-07 02:16:34 +04:00
|
|
|
# List of modes that will be activated at runtime (selection is the default).
|
|
|
|
#modes = "selection action";
|
2003-08-06 22:09:12 +04:00
|
|
|
|
2003-03-04 17:36:17 +03:00
|
|
|
# Selection mode (sel) specific configuration.
|
2003-08-06 22:09:12 +04:00
|
|
|
mode selection {
|
2003-03-04 17:36:17 +03:00
|
|
|
|
|
|
|
# Tune mouse movement speed.
|
|
|
|
# slowdown_x = 0;
|
|
|
|
# slowdown_y = 3;
|
|
|
|
|
|
|
|
# The console where the X server runs (usually /dev/ttyE4).
|
|
|
|
# xconsole = 4;
|
|
|
|
|
|
|
|
}
|
2003-08-07 02:16:34 +04:00
|
|
|
|
|
|
|
mode action {
|
|
|
|
|
|
|
|
# Halt the system when button 0 (left) is pressed.
|
|
|
|
# button_0_down = "shutdown -h now"
|
|
|
|
|
|
|
|
# Reboot the system when button 2 (right) is pressed.
|
|
|
|
# button_2_down = "shutdown -r now"
|
|
|
|
|
|
|
|
}
|