From 1f51cf1aff3fe81ba3d6c4930d0e4383523d5f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Sat, 27 Jan 2024 13:49:16 -0300 Subject: [PATCH] config.h > config.def.h + font change --- st/{config.h => config.def.h} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename st/{config.h => config.def.h} (99%) diff --git a/st/config.h b/st/config.def.h similarity index 99% rename from st/config.h rename to st/config.def.h index 79fd793..1f2ef85 100644 --- a/st/config.h +++ b/st/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "JetBrainsMono Nerd Font Mono:pixelsize=12:antialias=true:autohint=true"; static char *font2[] = { "Twitter Color Emoji:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2;