Re: FVWM: Query about ExitFunction

From: Mikhael Goikhman <migo_at_homemail.com>
Date: Sun, 19 Oct 2003 21:26:01 +0300

On 19 Oct 2003 14:05:51 +1000, Scott Smedley wrote:
>
> The FVWM function 'ExitFunction' is invoked prior to FVWM restarting
> or exiting (the user logs out).
>
> Is there a function that is _only_ invoked prior to FVWM restarting?

In fvwm-2.5.7 use this:

  AddToFunc ExitFunction
  + I Test (ToRestart) do-something-before-restart
  + I Test (Quit) do-something-before-quit

RestartFunction and InitFunction are pretty obsolete now. All you need is
StartFunction:

  AddToFunc StartFunction
  + I Test (Restart) do-something-on-restart
  + I do-something
  + I Test (Init) do-something-on-start

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sun Oct 19 2003 - 13:28:30 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:55 BST