On 2005-05-22, Mike <[EMAIL PROTECTED]> wrote: > I use the following hack (ion2): > > kpress(PLEX_MOD.."p", function(f) > f:attach_tagged() > f:switch_next() > end)
Hmm... I was thinking of something else entirely (attaching a new client window as the last one...). Although your script doesn't do it (what if there are not tagged windows?) this is indeed scriptable in a rather ugly manner: remember the next region of current (if any), and switch to the one before it by scanning forward WMPlex.llist(_, 1) from the current one. -- Tuomo
