From bb7a410c908f539d7101e343bdb9005077e5eb0c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 12 Feb 2024 08:56:42 +0100 Subject: [PATCH] Testing for kde. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 1c4b7ad..e83a7d5 100644 --- a/config.h +++ b/config.h @@ -29,7 +29,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 = 24; +static unsigned int lineheight = 30; static unsigned int min_lineheight = 10; /*