From dede59dc0780c2c622d1c26a8641554f16b5ed3e Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 5 Jan 2023 20:01:49 +0100 Subject: [PATCH] Change font. --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; /*