t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 77d41f48eea8178e784aba26b8db8336e0cf6f67
   DIR parent 999ba9e97da4543cad348c7479fc9505afba7fc8
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Fri, 10 May 2019 21:19:49 +0200
       
       Border and font change
       
       Diffstat:
         M config.h                            |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -1,17 +1,17 @@
        /* See LICENSE file for copyright and license details. */
        
       -#define FONT "Terminus-8"
       +#define FONT "peep-12"
        
        /* appearance */
        static const char *fonts[]                 = { FONT };
        static const char normbgcolor[]          = "#181818"; // top bar bg
        static const char normfgcolor[]          = "#999999"; // top bar fg
        static const char selbgcolor[]           = "#181818"; // top bar selection bg
       -static const char selfgcolor[]           = "#EEEEEE"; // top bar selection fg
       -static const char normbordercolor[]      = "#333333"; // window border bg
       -static const char selbordercolor[]       = "#FF0000"; // window border fg
       +static const char selfgcolor[]           = "#eeeeee"; // top bar selection fg
       +static const char normbordercolor[]      = "#181818"; // window border bg
       +static const char selbordercolor[]       = "#990000"; // window border fg
        static const unsigned int borderpx       = 1;         // border pixel of windows
       -static const unsigned int gappx          = 10;        // gap pixel between windows
       +static const unsigned int gappx          = 8;         // gap pixel between windows
        static const unsigned int snap           = 8;         // snap pixel
        static const unsigned int systraypinning = 0;         // 0: systray follows mouse, >0: pin systray to monitor X
        static const unsigned int systrayspacing = 2;         // systray spacing