~kris/suckless

st

7d6edb15a95877079a67fbcff9fd24440de1b17a — siduck76 5 years ago 1e9613b
fix
2 files changed, 2 insertions(+), 1 deletions(-)

M README.md
M config.h
M README.md => README.md +1 -0
@@ 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>

M config.h => config.h +1 -1
@@ 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;

/*