~kris/suckless

st

12c84d69c3f837baccd98091ee986a6f77e6fcf9 — siduck76 5 years ago bb619d3
Update config.h
1 files changed, 2 insertions(+), 2 deletions(-)

M config.h
M config.h => config.h +2 -2
@@ 5,8 5,8 @@
 *
 * 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 *font = "JetBrainsMono Nerd Font:style:medium :pixelsize=15:antialias=true:autohint=true";
static char *font2[] = { "JetBrainsMono Nerd Font:style:medium :pixelsize=15:antialias=true:autohint=true" };
static int borderpx = 0;

/*