Thomas Glanzmann <[EMAIL PROTECTED]> writes:
> I maximize some of my newly started Applications using fvwm event. But it doe
> s
> not work for gvim. Has somebody an idea?
> 
> DestroyFunc FullScreen
> AddToFunc   FullScreen
>       + I ThisWindow (!Maximized) Style $n BorderWidth 0
>       + I ThisWindow ( Maximized, !"bluescreen") Style $n BorderWidth 1
>       + I ThisWindow Maximize
> 
> DestroyFunc AddWindow
> AddToFunc   AddWindow
>       + 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

It looks like gvim changes its name after its created.
Try using "Gvim" instead.

-- 
Dan Espen                           E-mail: [EMAIL PROTECTED]
--
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