Re: [dwm] new windows on slave area

From: Tener Hades <tener.hades_AT_gmail.com>
Date: Wed, 17 Jan 2007 10:30:01 +0000

On Wed, Jan 17, 2007 at 02:44:47PM +0100, pancake wrote:
> Testers and comments are welcome

I like the idea/patch, but I've changed a couple of things:

> + { MODKEY, XK_a, append, { .i = 0 } }, \

I've removed this line completely, but kept the other exactly as it is.
And:

> +void
> +append(Arg *arg) {
> + apwl = arg->i;
> +}

And I've changed the functionality here to be

void
append (Arg *arg) {
   apwl ^= arg->i;
}

(even though it's useless to use arg->i)
This way, I only need to devour one additional key.

[/tener]

--
Xgwdto{ gphaiit pd dfreh_ ufhnj jq om dph]yc}a}o
Received on Wed Jan 17 2007 - 17:29:31 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:35:09 UTC