t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e93d361ffea0794deffed4df793b7f1b51280282
   DIR parent 4d9e30fc5c6eee9ebab4bf5c8de1450b1ceef557
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Sun,  3 Feb 2019 15:10:41 +0100
       
       Add more workspaces
       
       Diffstat:
         M config.h                            |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -23,7 +23,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-CODE", "2-BUILD", "3-DOC", "4-SHELL", "5-WEB", "6-NOTES", "7-IRSSI" };
       +static const char *tags[] = { "[1]", "[2]", "[3]", "[4]", "[5]", "[6]", "[7]", "[8]", "[9]" };
        
        static const Rule rules[] = {
        
       t@@ -127,6 +127,8 @@ 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} },
        };