<div dir="ltr">I iconify windows automatically on start up, but I don't get openbox to do it...<div><br></div><div>I look for the window ID of the application to appear, then use tools like "xwit", or "xdotool" to iconize it.</div><div><br></div><div>Here for example is from my start up script...</div><div><br></div><div><div><font face="monospace, monospace">  google-chrome 2>/dev/null 2>&1 &</font></div><div><font face="monospace, monospace">  if id=`xwin_find 60 ".* - Google Chrome"`; then</font></div><div><font face="monospace, monospace">    echo "Chrome Window Found (id=$id)"</font></div><div><font face="monospace, monospace">    sleep 1  # pause a moment</font></div><div><font face="monospace, monospace">    xwit -iconify -id $id ||</font></div><div><font face="monospace, monospace">      xdotool windowminimize $id</font></div><div><font face="monospace, monospace">  else</font></div><div><font face="monospace, monospace">    echo "ERROR: Chrome Window NOT FOUND\!"</font></div><div><font face="monospace, monospace">  fi</font></div></div><div><br></div><div>The script "xwin_find" can be downloaded from </div><div><a href="http://www.ict.griffith.edu.au/anthony/software/#xwin_find">http://www.ict.griffith.edu.au/anthony/software/#xwin_find</a></div><div><br></div><div><br></div><div>I have never seen any interactions between google-chrome and firefox</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 29, 2017 at 9:46 AM, Xyne <span dir="ltr"><<a href="mailto:xyne@archlinux.ca" target="_blank">xyne@archlinux.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Oh well, an Openbox penalty box would have been nice :P<br>
<br>
Thanks for the help, and thanks again for Openbox!<br>
<br>
On 2017-07-28 17:00 -0400<br>
Dana Jansens wrote:<br>
<br>
>Not really no :/ Should report it at <a href="http://bugs.chromium.org" rel="noreferrer" target="_blank">bugs.chromium.org</a>.<br>
______________________________<wbr>_________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" rel="noreferrer" target="_blank">http://icculus.org/mailman/<wbr>listinfo/openbox</a></blockquote></div><br></div>