From 66a927595a8c6d4b2739249a4c75568c6a1c59da Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Thu, 10 Sep 2020 17:09:07 -0400 Subject: [PATCH] vertical --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index d041d6f..e578368 100644 --- a/config.def.h +++ b/config.def.h @@ -16,7 +16,7 @@ static const char *colors[SchemeLast][2] = { [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -static unsigned int lines = 0; +static unsigned int lines = 20; /* * Characters not considered part of a word while deleting words -- 2.20.1