t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 94645630f7b9c89fdcc237171f3d870e8c8f7a82
   DIR parent ec45f09b106c92fca977dee573daaa21ad96dd5f
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Thu, 15 Nov 2018 17:06:49 +0100
       
       Change tag list names
       
       Diffstat:
         M config.h                            |       4 +---
       
       1 file changed, 1 insertion(+), 3 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -21,7 +21,7 @@ static const Bool extrabar               = True;      // False means no extra ba
        #define DMENUOPTS "-fn", "Terminus:size=12" , "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor
        
        /* tagging */
       -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
       +static const char *tags[] = { "1-CODE", "2-BUILD", "3-DOC", "4-SHELL", "5-WEB", "6-NOTES", "7-IRSSI" };
        
        static const Rule rules[] = {
                /* class      instance    title       tags mask     isfloating   monitor */
       t@@ -104,8 +104,6 @@ static Key keys[] = {
                TAGKEYS(                        XK_5,                      4)
                TAGKEYS(                        XK_6,                      5)
                TAGKEYS(                        XK_7,                      6)
       -        TAGKEYS(                        XK_8,                      7)
       -        TAGKEYS(                        XK_9,                      8)
                { MODKEY|ShiftMask,             XK_End,      quit,           {0} },
        };