t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3c4cac91900b912628a134a0d117b74631b95d72
   DIR parent 98929700058363f0c7e23945488deb788e8db93c
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Mon, 25 Jun 2018 22:05:54 +0200
       
       Switch to Terminus Bitmap font
       
       Diffstat:
         M config.h                            |       5 ++++-
       
       1 file changed, 4 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -45,6 +45,9 @@ static const Rule rules[] = {
            /* class      instance    title       tags mask     isfloating   monitor */
            { "Gimp",     NULL,       NULL,       0,            1,           -1 },
            { "Pidgin",   NULL,       NULL,       0,            1,           -1 },
       +    { "Steam",    NULL,       NULL,       0,            1,           -1 },
       +    { "Wine",     NULL,       NULL,       0,            1,           -1 },
       +    { "wine.exe", NULL,       NULL,       0,            1,           -1 },
        };
        
        /* layout(s) */
       t@@ -74,7 +77,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() 
        static const char *dmenucmd[]      = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
        static const char *termcmd[]       = { "st", NULL };
        static const char *mailcmd[]       = { "st", "-e", "mutt", NULL };
       -static const char *bigtermcmd[]    = { "st", "-f Fira Mono:size=16", NULL };
       +static const char *bigtermcmd[]    = { "st", "-f Terminus:size=18:embeddedbitmap=true", NULL };
        static const char scratchpadname[] = "scratchpad";
        static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };
        static const char *browsercmd[]    = { ".dwm/browser", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };