Hi FVWMers!

I use the follwing functions to adapt newly created Windows to fullscreen size.

*FvwmEvent-NewWindow: Cmd
*FvwmEvent-NewWindow: PassId
*FvwmEvent-NewWindow: add_window AddWindow

AddToFunc StartFunction
        + I FvwmEvent FvwmEvent-NewWindow

AddToFunc FullScreen
        + I ThisWindow (!Maximized) Style $n BorderWidth 0
        + I ThisWindow ( Maximized, !"bluescreen") Style $n BorderWidth 1
        + I ThisWindow Maximize
        + I ThisWindow (!Maximized) WarpToWindow -5p -5p

AddToFunc AddWindow
        + I Piperead "ls -al / &> /dev/null"
        + I Piperead "ls -al / &> /dev/null"
        + I WindowId $0 ("MAINscreen")    FullScreen
        + I WindowId $0 ("LOCALscreen")   FullScreen
        + I WindowId $0 ("DEVELscreen")   FullScreen
        + I WindowId $0 ("CONSOLEscreen") FullScreen
        + I WindowId $0 ("Opera*")        FullScreen
        + I WindowId $0 ("Gvim")          FullScreen
        + I WindowId $0 ("Go to page")    WarpToWindow -10 -50

If I now restart FVWM, FvwmEvent gets some add_window events and tries to resize
them which ends in ununsable windows. They get a little bit smaller then
fullscreen and have borders. So my question is there a way to tell FvwmEvent to
wait ... when restarting until all events caused by the Restart are over?

        Thomas
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to