From 5cc49c518574d0b31b8dde1d91b1e2a9105c2ee5 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Wed, 18 Jun 2025 13:11:01 -0400 Subject: [PATCH] Switch back to horizontal menu default --- README.md | 4 ---- config.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index e5bb66e..612fab9 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ ## Modifications from upstream -### Configuration - -* Use vertical menu instead of horizontal - ### Patches * [Fuzzymatch](https://tools.suckless.org/dmenu/patches/fuzzymatch/) diff --git a/config.h b/config.h index a079b57..a4e6174 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 = 10; +static unsigned int lines = 0; /* * Characters not considered part of a word while deleting words