From b58377942f8d35bfc04670aff5767fd4cc3d2525 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 14 Aug 2021 16:12:03 -0500 Subject: set height --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 57b2ff3..cf329d8 100644 --- a/config.h +++ b/config.h @@ -16,8 +16,8 @@ static const char *colors[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 = 0; -static unsigned int min_lineheight = 8; +static unsigned int lineheight = 22; +static unsigned int min_lineheight = 22; /* * Characters not considered part of a word while deleting words -- cgit v1.2.3