t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 94c9b92e25e10b635cc63998feca9d4df8dcb3c9
   DIR parent b88f6a4c633ecf393c8f3cbd7626632d998fcc10
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Thu, 14 Nov 2019 21:44:41 +0100
       
       font
       
       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 "GoMono-12"
       +#define FONT "Terminus-12"
        
        /* appearance */
        static const char *fonts[]                 = { FONT };
       t@@ -15,7 +15,7 @@ static const char critcolor[]            = "#B91807"; // status bg critical
        static const unsigned int borderpx       = 1;         // window border size px
        static const unsigned int gappx          = 10;        // window gap size px
        static const unsigned int snap           = 8;         // snap distance px
       -static const unsigned int systrayspacing = 2;         // systray spacing
       +static const unsigned int systrayspacing = 1;         // systray spacing
        static const unsigned int systraypinning = 1;         // 0 tray follows mouse
        static const int systraypinningfailfirst = 1;         // 1 first screen, 0 last
        static const int showsystray             = 1;         // 0 = no systray