From b8eea543af9a3591fb1aaf5dd50cb5dd0ae6864d Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 28 Mar 2021 16:52:40 +0300 Subject: feat: add line-height patch --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1edb647..1f41f42 100644 --- a/config.def.h +++ b/config.def.h @@ -15,6 +15,9 @@ 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 = 32; +static unsigned int min_lineheight = 8; /* * Characters not considered part of a word while deleting words -- cgit v1.2.3