<div dir="ltr"><div><div><div><div><div>Hi Everyone,<br><br></div>In Openbox 3.5.2 as well know it will center the first window you open, but the next one will be off to the side, corner, at least that's my understanding here.<br>
<br></div>So I wanted to make it so that all windows will open center on top of each other, and I added at the bottom of rc.xml this;<br><br>  # end of the example<br>--><br><application class="*" type="normal"><br>
      <position force="yes"><br>        <x>center</x><br>        <y>center</y><br>      </position><br>    </application><br><br>  </applications><br></openbox_config><br>
<br></div>Now the thing is I didn't realize, but I use  xfce4-notifyd for an OSD popup notifications and if you are familiar with it, it already has it's own options on where you can display the notifications, top left, top right, bottom left, bottom right, but with this rc.xml option it's also causing the notifications to appear in the middle of the screen.<br>
<br></div>How can I exclude some app(s) from not appearing in the center like this?<br><br></div>THANKS<br></div>