st

My st build
git clone https://git.regexghost.com/st.git
Log | Files | Refs | README | LICENSE

commit 1b1ad6fd228d6fe1d99e51a70b27a75157007b8f
parent a90907e07af9d41986bf1a76d4e3634fd85539bf
Author: regexghost <regexghost@protonmail.com>
Date:   Fri,  8 May 2026 19:28:07 +0100

added font awesome to fonts

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -10,6 +10,7 @@ static char *font = "Fira Code:pixelsize=13:antialias=true:autohint=true"; static char *font2[] = { /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ /* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ + "Font Awesome 7 Free Solid:pixlesize=13:antialias=true:autohint=true", }; static int borderpx = 2;