Darren Upsolla <abovefrombe...@hotmail.com> writes:

>> From: jai...@math.boisestate.edu
>>
>> 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
>
> ok - where do i find more information about this? is it in the manpage
> or somewhere  else? i thought  i had read  about it last week  on this
> list but i think my mind plays tricks - sorry for the question

The Fvwm Manpage describes this well.
That's the official documentation.

Look here:

http://fvwm.org/documentation/manpages/unstable/fvwm.php

Section 9, Initialization.

Generally you should use InitFunction to start applications:

DestroyFunc InitFunction
AddToFunc InitFunction
 + I Exec exec xsetroot -solid cyan
 + I Exec exec xterm
 + I Exec exec firefox



Reply via email to