Not saving geometry

Hi, is it posible to make FVWM not saving geometry of some programs, for example Firefox?

Style Gecko NoPPosition, NoUsPosition

But that’s not always guaranteed to work – and for those programs that don’t, you can probably start the program up via a function:

[code]DestroyFunc foo
AddToFunc foo

  • I Exec exec foo
  • I Wait foo
  • I Next (“foo”) ResizeMove 100 100
    [/code]

for example. Kludgy, mind.

– Thomas Adam