t* st + patches and config
       
   URI git clone git://git.codevoid.de/st-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3077ca5b97b60df520fdc6eb9c17cb895b77a4fa
   DIR parent e766f5eee363d08bff8310c3670947048a5fcdd2
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Sat,  9 Nov 2019 08:34:26 +0100
       
       Fix dwm try by using a smaller font
       
       Diffstat:
         M config.h                            |       4 ++--
         M config.mk                           |       2 +-
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -5,7 +5,7 @@
         *
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
       -static char *font = "GoMono-13";
       +static char *font = "GoMono-12";
        static int borderpx = 2;
        static int borderperc = 20;
        
       t@@ -39,7 +39,7 @@ static float chscale = 1;
         *
         * More advanced example: " `'\"()[]{}"
         */
       -char *worddelimiters = " `'\"()[]{}¬";
       +char *worddelimiters = " `'\"()[]{}¬<>";
        
        /* selection timeouts (in milliseconds) */
        static unsigned int doubleclicktimeout = 300;
   DIR diff --git a/config.mk b/config.mk
       t@@ -19,7 +19,7 @@ LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
               `pkg-config --libs freetype2`
        
        # flags
       -CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
       +CPPFLAGS = -g -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
        STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS)
        STLDFLAGS = $(LIBS) $(LDFLAGS)