On Wed, Oct 10, 2007 at 03:50:06PM +0200, Anselm R. Garbe wrote:
> On Wed, Oct 10, 2007 at 03:41:45PM +0200, Alpt wrote:
> > On Wed, Oct 10, 2007 at 03:22:45PM +0200, <Anselm R. Garbe>:
> > ~> I think about this proposal.
> > ~> 
> > 
> > Then consider this too:
> > 
> > void focusswitch(const char *arg) {
> >         Client *c;
> >         for(c = stack->snext; c && !isvisible(c); c = c->snext);
> >         if(c) {
> >                 focus(c);
> >                 restack();
> >         }
> > }
> > 
> > It cycles from the current to the previous window (of the focus stack).
> 
> Hmm, besides the small flaw when stack == NULL, which keybinding
> do you use for such functionality?

Also, I see some use in the viewprevtag thing, but usually I aim
your proposal through zoom'ing the master which swaps the
windows with the top-in-stack one.

Regards,
-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361

Reply via email to