On Fri, Sep 19, 2003 at 02:33:48PM +0200, KONTRA Gergely wrote: > Hi! > > Is there a way to iconify a specific window? Eg. I've started gaim on > startup, and I want to minimize it say after 5 secs. > StartIconic is not a solution here, because gaim will deiconify itself, > if an event occurs. And events WILL occur at startup. > > In general how can I execute a command in a specific window context?
Usually, you just click on the iconify button on the window title. I'm not exactly sure what your problem is. Is it because all gaim windows are iconified when you iconify that window? In this case the following style might help: Style * IconifyWindowGroupsOff If the problem is timing, you can use the Schedule command to delay execution of the iconify command: AddToFunc StartFunction + I Schedule 5000 1 Next (name_of_target_window) Iconify on (you need fvwm-2.5.x for the Schedule command). Ciao Dominik ^_^ ^_^ -- 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]
