From 33da96a7a757cb439345e78c598c2a7645e342c1 Mon Sep 17 00:00:00 2001 From: pbentes Date: Mon, 5 May 2025 00:22:20 +0100 Subject: [PATCH] Updated config --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 832896f..308a1c5 100644 --- a/config.def.h +++ b/config.def.h @@ -17,7 +17,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 = 6; /* * Characters not considered part of a word while deleting words