~kris/suckless

st

f0e81abfb359ab19d2183cc02052024d3e0a4b1c — siduck76 5 years ago 1c3b239
use blobmoji for font2
1 files changed, 1 insertions(+), 1 deletions(-)

M config.h
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 :pixelsize=15:antialias=true:autohint=true" };
static char *font2[] = { "blobmoji :pixelsize=15:antialias=true:autohint=true" };
static int borderpx = 0;

/*