Home | History | Annotate | Line # | Download | only in wsmoused
wsmoused.conf revision 1.2
      1 # $NetBSD: wsmoused.conf,v 1.2 2003/08/06 18:09:12 jmmv Exp $
      2 #
      3 # wsmoused.conf - multipurpose mouse daemon configuration file.
      4 #
      5 # See wsmoused(8) and wsmoused.conf(5) for a complete list of options and
      6 # available modes.
      7 #
      8 
      9 # The wsmouse(4) device, shared by all modules.
     10 device = /dev/wsmouse;
     11 
     12 # List of modes that will be activated at runtime.
     13 #modes = "selection";
     14 
     15 # Selection mode (sel) specific configuration.
     16 mode selection {
     17 
     18 #	Tune mouse movement speed.
     19 #	slowdown_x = 0;
     20 #	slowdown_y = 3;
     21 
     22 #	The console where the X server runs (usually /dev/ttyE4).
     23 #	xconsole = 4;
     24 
     25 }
     26