Compare commits

...

4 Commits

Author SHA1 Message Date
Mike Wilson
5cc49c5185 Switch back to horizontal menu default 2025-06-18 13:11:01 -04:00
Mike Wilson
c433a3bd20 Revert "Apply case-insenstive patch"
This reverts commit d050236423.
2025-06-18 12:25:46 -04:00
Mike Wilson
d050236423 Apply case-insenstive patch 2025-06-18 11:32:38 -04:00
Mike Wilson
cf82fbbff8 Make README a markdown file 2025-06-18 11:16:35 -04:00
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