:: Re: [DNG] In Openbox, start an appl…
Top Page
Delete this message
Reply to this message
Author: tempforever
Date:  
To: dng
Subject: Re: [DNG] In Openbox, start an application minimized.
Peter via Dng wrote:
> Can an application be started minimized?
>
> I'd use in autostart rather than interactively.
>
> Eg. autostart Linphone minimized. Remains hidden until opened by an
> incoming call or by me activating from the menu.
>
> Searched unsuccessfully. Didn't tackle the source.
>
> Thx,                         ... P.

>
>
>

I don't know about actually starting it minimized, but a workaround
would be to start the application (in background), wait for the window
to be created, then send it the minimize command.  I'd use wmctrl or
xdotool for that.