Re: FVWM: Iconify

From: Dominik Vogt <fvwm_at_fvwm.org>
Date: Fri, 19 Sep 2003 14:59:25 +0200

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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri Sep 19 2003 - 08:00:43 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:55 BST