Re: [dwm] View-previous-tags patch ported to dwm-4.5.

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Wed, 10 Oct 2007 15:52:00 +0200

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
Received on Wed Oct 10 2007 - 15:52:01 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:58:45 UTC