]> git.sur5r.net Git - i3/i3/commit
Implement a command to travel the focusstack. This can be used like a jumpback.
authorMichael Stapelberg <michael+x200@stapelberg.de>
Tue, 5 May 2009 15:25:56 +0000 (17:25 +0200)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Tue, 5 May 2009 15:25:56 +0000 (17:25 +0200)
commit3a2b546c9ee0cbce0343b09c9acb85064c29aabf
tree3ce382937864b233bff3e107a8cc311df37f1e3e
parent56d637a665e8ff23b1d080a6912086963d7d722b
Implement a command to travel the focusstack. This can be used like a jumpback.

However, it is a bit more flexible obviously. You can specify the
offset of the window you want to go to, to implement workflows like
the following:
 * Jump to mutt
 * Jump to irssi
 * Jump back ("focus 2" would be the command)
CMDMODE
src/commands.c
src/handlers.c