commit 7d6edb15a95877079a67fbcff9fd24440de1b17a
parent 1e9613ba34bcb7f8533b735eaf7085fdc0305231
Author: siduck76 <siduckk76@protonmail.com>
Date: Wed, 13 Jan 2021 21:08:57 +0530
fix
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git 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...
<br>
<b>DON'T SKIP THE README, if you want to have a similar setup.<br><br></b>
diff --git 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;
/*