The XFce Mouse Configurator is a graphic user interface for easy mouse configuration.
1) The main concept
XFMouse can be started from the command line or from the system.xfwmrc file at startup (default). If no parameter is specified, the command "xfmouse" will just read the user's configuration file and apply the settings to the mouse accordingly.
In order to access the graphic interface, the user must specify "-i" as parameter.
2) The user interface
Starting XFMouse from a command prompt, by typing xfmouse -i,
will open the graphical interface of XFMouse :
3) Starting XFmouse automatically
XFMouse is started by the reserved functions "InitFunction" and "RestartFunction" in system.xfwmrc.
If you have a customized version of system.xfwmrc (also called sample.xfwmrc
or .xfwmrc), you need to add the following sentences to your system.xfwmrc
configuration file :
AddToFunc "InitFunction"
+ "I" Exec xfmouse -d AddToFunc "RestartFunction"
|