From f99d69b1d72656a9b91d24dfbcf3359d39bb39a9 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 3 Jan 2023 17:05:22 +0100 Subject: [PATCH] Change height. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 07ad163..da3d308 100644 --- a/config.h +++ b/config.h @@ -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 = 23; +static unsigned int lineheight = 26; static unsigned int min_lineheight = 10; /*