Help:IrssiStyleFocus

From Openbox

(Difference between revisions)
Jump to: navigation, search
(rv - v)
m (Reverted edits by DelbaScnae (Talk); changed back to last version by Gandy)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
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 [http://icculus.org/openbox/tools/irssi-focus.c external focus-switching program] like so:
 
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 [http://icculus.org/openbox/tools/irssi-focus.c external focus-switching program] like so:
 
<pre>
 
<pre>

Latest revision as of 09:43, 10 November 2007

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