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