Switch back to horizontal menu default

This commit is contained in:
Mike Wilson
2025-06-18 13:11:01 -04:00
parent c433a3bd20
commit 5cc49c5185
2 changed files with 1 additions and 5 deletions

View File

@@ -2,10 +2,6 @@
## Modifications from upstream
### Configuration
* Use vertical menu instead of horizontal
### Patches
* [Fuzzymatch](https://tools.suckless.org/dmenu/patches/fuzzymatch/)

View File

@@ -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