PreviousNext
Help > 46. Windows load behind the active window
46. Windows load behind the active window

Some application windows (such as Firefox windows) may load behind the currently active window, causing you to need to switch to the window you just created to focus it. To fix this behavior add this to your ~/.config/openbox/rc.xml file, inbetween the <openbox_config> and </openbox_config> tags:

<applications>

  <application class="*">

    <focus>yes</focus>

  </application>

</applications>