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:50:06 +0200

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?

Regards,

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
Received on Wed Oct 10 2007 - 15:50:06 UTC

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