Help:IrssiStyleFocus

From Openbox

Revision as of 19:53, 2 November 2007 by 137.166.62.141 (Talk)

Jump to: navigation, search

dronacc Irssi-style window switching is the use of a modifier key + a number key to switch to a specific window. For example, one could set up W-3 to switch to the third open window. This is easily accomplished in Openbox by setting up keybindings to execute this little external focus-switching program like so:

<keybind key="W-1">
  <action name="execute">
    <execute>irssi-focus 0</execute>
  </action>
</keybind>
<keybind key="W-2">
  <action name="execute">
    <execute>irssi-focus 1</execute>
  </action>
</keybind>

and so on.

Personal tools