Compare commits
4 Commits
862c166392
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5cc49c5185 | ||
![]() |
c433a3bd20 | ||
![]() |
d050236423 | ||
![]() |
cf82fbbff8 |
@@ -2,10 +2,6 @@
|
||||
|
||||
## Modifications from upstream
|
||||
|
||||
### Configuration
|
||||
|
||||
* Use vertical menu instead of horizontal
|
||||
|
||||
### Patches
|
||||
|
||||
* [Fuzzymatch](https://tools.suckless.org/dmenu/patches/fuzzymatch/)
|
2
config.h
2
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
|
||||
|
Reference in New Issue
Block a user