t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 03ad240e77c1286808933fed7c3555a905042106
   DIR parent 36c40f76fe330f42ae76847ab4420fa3a86014f7
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Mon, 21 Oct 2019 07:57:05 +0200
       
       update
       
       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 "peep-12"
       +#define FONT "GoMono-13"
        
        /* appearance */
        static const char *fonts[]                 = { FONT };
       t@@ -55,7 +55,7 @@ static const Rule rules[] = {
        };
        
        /* layout(s) */
       -static const float mfact     = 0.55; // factor of master area size [0.05..0.95]
       +static const float mfact     = 0.50; // factor of master area size [0.05..0.95]
        static const int nmaster     = 1;    // number of clients in master area
        static const int resizehints = 0;    // 1 = respect size hints in tiles