diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1f41f42..ae57eca 100644 --- a/config.def.h +++ b/config.def.h @@ -16,7 +16,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; /* -h option; minimum height of a menu line */ -static unsigned int lineheight = 32; +static unsigned int lineheight = 26; static unsigned int min_lineheight = 8; /* |