[dwm] view all

From: Ross Mohn <rpmohn_AT_waxandwane.org>
Date: Mon, 28 Aug 2006 13:42:32 -0400

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 - 19:42:39 UTC

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