From 7d6edb15a95877079a67fbcff9fd24440de1b17a Mon Sep 17 00:00:00 2001 From: siduck76 Date: Wed, 13 Jan 2021 21:08:57 +0530 Subject: [PATCH] fix --- README.md | 1 + config.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce088e6c5e84d729b4082c7fc575ce055f9348c4..a6baaafe67972fb9aae1c19fa25843b2c1e88c36 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ My custom build of st (is functional enough and complete for a terminal). - Alpha(Transparency) - Boxdraw - w3m +- font2 and more...
DON'T SKIP THE README, if you want to have a similar setup.

diff --git a/config.h b/config.h index f20334590377311981f6be9e8a30f65400307e9f..8042998ef694bd04eafccabe3f184edab0625e38 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "JetBrainsMono Nerd Font :pixelsize=15:antialias=true:autohint=true"; -static char *font2[] = { " JetBrainsMono Nerd Font Mono:pixelsize=15:antialias=true:autohint=true" }; +static char *font2[] = { "JetBrainsMono Nerd Font Mono:pixelsize=15:antialias=true:autohint=true" }; static int borderpx = 0; /*