From 16ef6d4581fa882306558574bcc87ceffa0a1b9b Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Sun, 1 Nov 2020 14:50:37 +0100 Subject: [PATCH] changed lineheight variable --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 29fb934..d3520b1 100644 --- a/config.h +++ b/config.h @@ -17,7 +17,7 @@ static const char *colors[SchemeLast][2] = { }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; -static unsigned int lineheight = 24; /* -h option; minimum height of a menu line */ +static unsigned int lineheight = 0; /* -h option; minimum height of a menu line */ /* * Characters not considered part of a word while deleting words