diff --git a/config.def.h b/config.def.h index 51612b9..9cbe517 100644 --- a/config.def.h +++ b/config.def.h @@ -15,7 +15,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 = 10; /* * Characters not considered part of a word while deleting words diff --git a/config.h b/config.h index 51612b9..9cbe517 100644 --- a/config.h +++ b/config.h @@ -15,7 +15,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 = 10; /* * Characters not considered part of a word while deleting words diff --git a/dmenu b/dmenu index a3067f1..9f350d4 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index bfde664..4b57417 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/stest b/stest index 40e4b4c..c99534e 100755 Binary files a/stest and b/stest differ