On 13 Aug 2002 09:00:30 +0200, Remko Troncon wrote:
>
> > It's named ExitFunction.
>
> Yes, i saw the ExitFunction. But the man page says that this function is
> called on restarts also. I only want to kill xplanet when actually
> quitting.
Well, you may start xplanet in StartFunction instead of InitFunction
and ExitFunction will work for you like you want.
Or run an fvwm wrapper like this:
xplanet &
fvwm
killall xplanet # or: kill `pidof xplanet`
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 Tue Aug 13 2002 - 02:24:39 BST