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; + + /*