diff --git a/config.h b/config.h index da3d308..0a02618 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "JetBrains Mono:size=9", + "BlexMono Nerd Font:size=11:antialias=true", }; static const unsigned int bgalpha = OPAQUE; static const unsigned int fgalpha = OPAQUE; @@ -25,7 +25,7 @@ static const unsigned int alphas[SchemeLast][2] = { /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; /* -h option; minimum height of a menu line */ -static unsigned int lineheight = 26; +static unsigned int lineheight = 27; static unsigned int min_lineheight = 10; /*