tDecrease border size - st - [fork] customized build of st, the simple terminal
 (HTM) git clone git://src.adamsgaard.dk/st
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 643585f3d771e48023ce469a5cd4e1a848c84e18
 (DIR) parent 2d76b78202b02072cc22d9b21e7eb643d747605d
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 18 Jun 2020 07:45:12 +0200
       
       Decrease border size
       
       Diffstat:
         M config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -6,7 +6,7 @@
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
        static char *font = "dina:size=9:antialias=false";
       -static int borderpx = 4;
       +static int borderpx = 2;
        
        /*
         * What program is execed by st depends of these precedence rules: