On Tue, 1 Aug 2006, Bruce Stephens wrote:
<snip>
No ideas on my "other frame" idea? It might be handy if one were
drilling down into something in some way---maybe following tags or
something (with a new window for each). Then you'd probably want to
flip between the two frames, so you always have the current and the
last window visible.
Do you mean that you want to be able to have two windows and always have
the new window open in the 'other' window, no matter which window you
are in currently? For that you'd probably need to write an script that
listens for the clientwin_do_manage_alt hook (I think) and check if the
client being placed is one you want to handle and then which frame you
are in and then just place it in the correct one.
-Etan