Darren Upsolla wrote:
hi
________________________________
Date: Wed, 16 Sep 2009 17:38:21 -0300
Subject: Re: FVWM: starting up applications
From: [email protected]
To: [email protected]
init
sorry what does this mean?
Darren
The response was to use the 'initfunction' as your requested. Though it
is better to put all startup commands into a single function. This
function is called the StartFunction
DestroyFunc StartFunction
AddToFunc StartFunction
+ I <Action>
+ I <Action>
+ I Test (Init) <Action>
+ I Test (Restart) <Action>
StartFunction is ran after fvwm starts up and reads though your config.
It will run every time fvwm is started. Some things like FvwmModules
will need to be started every time while others you may only want to run
on the initial start up or on a restart. The Test () option says to only
run that action under particular conditions. With this you can customize
any number of fvwm <Actions> to run at start up and separate them into
various test conditions. i.e. Screensavers, wallpaper settings only need
to be ran once, while FvwmModules will need to be run each time you restart.
jaimos