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 7f8357954492f2039f30b4281519f64591802883
   DIR parent 308dc8f38ddf9f7504ff5e86cd190e6e8c1d34ee
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Wed, 28 Aug 2019 21:05:49 +0200
       
       Change font to firacode - again.
       
       Diffstat:
         M config.h                            |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 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 = "peep-12";
       +static char *font = "FiraCode-15";
        static int borderpx = 2;
        static int borderperc = 20;
        
       t@@ -31,8 +31,8 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
        char *vtiden = "\033[?6c";
        
        /* Kerning / character bounding-box multipliers */
       -static float cwscale = 1;
       -static float chscale = 1;
       +static float cwscale = 0.9;
       +static float chscale = 0.9;
        
        /*
         * word delimiter string
       t@@ -191,8 +191,8 @@ static Shortcut shortcuts[] = {
        //        { TERMMOD,              XK_Y,           selpaste,       {.i =  0} },
        //        { TERMMOD,              XK_Num_Lock,    numlock,        {.i =  0} },
        //        { TERMMOD,              XK_I,           iso14755,       {.i =  0} },
       -        { TERMMOD,              XK_L,           copyurl,        {.i =  0} },
       -        { TERMMOD,              XK_O,           opencopied,     {.v = "/usr/home/sdk/.config/scripts/plumb.sh"} },
       +//        { TERMMOD,              XK_L,           copyurl,        {.i =  0} },
       +//        { TERMMOD,              XK_O,           opencopied,     {.v = "rifle"} },
                { ShiftMask,            XK_Page_Up,     kscrollup,      {.i = -1} },
                { ShiftMask,            XK_Page_Down,   kscrolldown,    {.i = -1} },
        };