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

Reply via email to