From d73791575aa3bb792f68c9cb62f0e1a88e2ddd8f Mon Sep 17 00:00:00 2001 From: Victor Isan Date: Sat, 15 Mar 2025 15:00:32 +0100 Subject: [PATCH] st patch --- st-patch-1.0.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 st-patch-1.0.diff diff --git a/st-patch-1.0.diff b/st-patch-1.0.diff new file mode 100644 index 0000000..aae315f --- /dev/null +++ b/st-patch-1.0.diff @@ -0,0 +1,15 @@ +diff --git a/config.h b/config.h +index c86daa3..acd6360 100644 +--- a/config.h ++++ b/config.h +@@ -5,8 +5,8 @@ + * + * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html + */ +-static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; +-static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; ++static char *font = "IntoneMonoNerdFontMono:pixelsize=18:antialias=true:autohint=true"; ++static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true", }; + static int borderpx = 2; + + /*