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

From: y i y u s <yiyu.jgl_AT_gmail.com>
Date: Wed, 10 Oct 2007 15:51:37 +0200

2007/10/10, Alpt <alpt_AT_freaknet.org>:
> 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).
> --

I don't know what is the usefulness of this function. There is no way
to change focus to a different window than focusing previous/next
client, which is currently possible, or with the mouse (focusing all
the windows between the two you are interested in). Instead, the
previous tags patch works with sets of tags, I don't see the relation.
I'm not telling it shouldn't be included if you find it useful, but I
can't see the point.
greets,

-- 
- yiyus || JGL .
Received on Wed Oct 10 2007 - 15:51:39 UTC

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