birdterm

birdterm - mrgrouse's fork of suckless' st.
Log | Files | Refs | README | LICENSE

commit 17636f851ebfd4aa68fd2b39f3dab44205a83d2e
parent 6124cd411fd10b40fc442026524bc94c6ebffa3c
Author: mrgrouse <bdmfegys@duck.com>
Date:   Thu,  3 Jul 2025 21:12:14 -0400

config.def.h: switch default font to FiraCode NF Mono SemiBold

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

diff --git a/config.def.h b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "FiraCode Nerd Font Mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "FiraCode Nerd Font Mono:pixelsize=16:antialias=true:autohint=true:style=SemiBold"; /* Spare fonts */ static char *font2[] = { "MesloLGS:pixelsize=16:antialias=true:autohint=true",