[openbox] OB application question

Martin Jiřička mjiricka at gmail.com
Sun Jan 4 15:49:27 EST 2015


Hello,

I think you mean "iconify" action. In a default config is Alt-Tab
bind, that allows you to focus any window via a menu (iconified
windows are shaded in the menu).

If it does not work, than such bind is not in a config file and you can add it:

  <keybind key="A-Tab">
    <action name="NextWindow">
      <finalactions>
        <action name="Focus"/>
        <action name="Raise"/>
        <action name="Unshade"/>
      </finalactions>
    </action>
  </keybind>

Best
Martin Jiřička


More information about the openbox mailing list