tjust added a comment - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6b79f3f3266923292b0ad029c5e240349d9afa39
 (DIR) parent 446fa8c67117e14e0e9c2a08f83dfa5bed69ea18
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Tue, 13 May 2008 11:27:20 +0100
       
       just added a comment
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       t@@ -1811,7 +1811,7 @@ updatewmhints(Client *c) {
        
        void
        view(const char *arg) {
       -        seltags ^= 1;
       +        seltags ^= 1; /* toggle sel tagset */
                memset(tagset[seltags], (NULL == arg), TAGSZ);
                tagset[seltags][idxoftag(arg)] = True;
                arrange();