Re: [dwm] view all

From: paul liljenberg <phootar_AT_gmail.com>
Date: Mon, 28 Aug 2006 22:42:02 +0200

hi Ross.
Could you explain to me how this work. Am i right when i say that you will
see all clients at once when using this?

On 8/28/06, Ross Mohn <rpmohn_AT_waxandwane.org> wrote:
>
> I find that a viewall() function is helpful for me. I map it to MODKEY_0
> on the keyboard and mouse Button2 when clicked on any tag in the status
> bar. I think others would find it useful in the main branch, too, but
> it's up to you.
>
> void
> viewall(Arg *arg)
> {
> unsigned int i;
>
> for(i = 0; i < ntags; i++)
> seltag[i] = True;
> arrange(NULL);
> }
>
> Cheers -RPM
>
>
>
>
Received on Mon Aug 28 2006 - 22:42:07 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:39 UTC