From c3d72ef76100848f627057b04b1fb8bd7303bc8c Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 27 Aug 2021 23:09:39 +0200 Subject: [PATCH] Remove some entries --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index d60c5e0..26e0fe8 100644 --- a/config.h +++ b/config.h @@ -21,7 +21,7 @@ static const char *colors[SchemeLast][2] = { [SchemeOut] = { gruv_fg, gruv_bg }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -static unsigned int lines = 15; +static unsigned int lines = 10; /* * Characters not considered part of a word while deleting words