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

Reply via email to