exit function

i think this is a basic question: when i quit fvwm from my own menu it exit and all running applications are killed… for example Opera… so when i restart Opera it will prompt the welcome message because it is like if it has crashed… so i’m thinking about an exit function that says to all open applications to shut down correctly and than exit fvwm… can i?
thanks!!

Well, yes – but in terms of shutting down correctly, and without getting
applications to ask you whether you want to save open files, etc, then what
you most likely want to use is a session manager. However, as a crude and
unrecommended practise, you could try this:

DestroyFunc ExitFunction
AddToFunc   ExitFunction
+ I Test (Quit) All Destroy

… but that’s not something I would recommend.

– Thomas Adam