<div dir="ltr"><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)">Hey all,</div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)">Good evening! I need to know how to selectively open windows with temporary options. It's easy enough to set them in the rc.xml, which is great! Any suggestions as to what might be possible? Doesn't seem to be a programmatic way to do it, like an API.</div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)">Looking for anything, really.</div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)">For example, is it possible to set the _OB_CLASS or _OB_NAME or _OB_ROLE or something before launching an app?</div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)">The only other Idea I had was toggling the rc.xml, which isn't the prettiest and didn't work. (reset too fast)</div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default"><div class="gmail_default"><font color="#000000" face="courier new, monospace">cfg_openbox=~/.config/openbox/lxde-rc.xml</font></div><div class="gmail_default"><font color="#000000" face="courier new, monospace"><br></font></div><div class="gmail_default"><font color="#000000" face="courier new, monospace">cp -f ${cfg_openbox}.maximize<span class="Apple-tab-span" style="white-space:pre">        </span>${cfg_openbox}</font></div><div class="gmail_default"><font color="#000000" face="courier new, monospace"><br></font></div><div class="gmail_default"><font color="#000000" face="courier new, monospace">openbox --reconfigure</font></div><div class="gmail_default"><font color="#000000" face="courier new, monospace">$RUN_APP_HERE &</font></div><div class="gmail_default"><font color="#000000" face="courier new, monospace"><br></font></div><div class="gmail_default"><font color="#000000" face="courier new, monospace">cp -f ${cfg_openbox}.default<span class="Apple-tab-span" style="white-space:pre">    </span>${cfg_openbox}</font></div><div style="color:rgb(0,0,0);font-family:'courier new',monospace;font-size:small"><br></div></div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)">Thanks,</div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:'courier new',monospace;font-size:small;color:rgb(0,0,0)">James</div></div>