t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 5953f9ca7143affd7265b8e8cd085935be0fcae2
   DIR parent 9e76600450f2fc8dd9a8abe2c520211653015110
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Tue, 10 Dec 2019 10:18:44 +0100
       
       tterminus as bigfont
       
       Diffstat:
         M config.h                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -1,6 +1,6 @@
        /* See LICENSE file for copyright and license details. */
        
       -#define FONT "-zevv-peep-medium-r-normal--16-140-75-75-c-80-iso8859-15"
       +#define FONT "peep-12"
        
        /* appearance */
        static const char *fonts[]                 = { FONT };
       t@@ -78,7 +78,7 @@ static const char *dmenucmd[]    = { "dmenu_run", DMENUOPTS, NULL };
        
        /* custom commands */
        static const char *termcmd[]       = { "st", NULL };
       -static const char *bigtermcmd[]    = { "st","-f", "Luxi Mono-14", NULL };
       +static const char *bigtermcmd[]    = { "st","-f", "Terminus-22:bold", NULL };
        static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "160x28", NULL };
        static const char *browsercmd[]    = { ".dwm/browser", DMENUOPTS, NULL };
        static const char *passmenucmd[]   = { ".dwm/passmenu", DMENUOPTS, NULL };