font and sizing changes - st - personal variant of st
 (HTM) git clone https://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d883e3710b111feca93ba915f2aaba00c8063a39
 (DIR) parent 630f1ab9805fd5e9877aedd06004197d86536d91
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Mon, 11 Mar 2024 22:58:34 +0100
       
       font and sizing changes
       
       Diffstat:
         M config.h                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       @@ -5,8 +5,8 @@
         *
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
       -static char *font = "ShureTechMono Nerd Font Mono:size=12:antialias=true:autohint=true";
       -static int borderpx = 2;
       +static char *font = "ShureTechMono Nerd Font Mono:size=8:antialias=true:autohint=true";
       +static int borderpx = 5;
        
        /*
         * What program is execed by st depends of these precedence rules: