Apply Fuzzymatch patch

This commit is contained in:
Mike Wilson
2025-06-18 11:15:32 -04:00
parent 7bb862fc2a
commit 862c166392
6 changed files with 102 additions and 22 deletions

25
README
View File

@@ -1,24 +1,11 @@
dmenu - dynamic menu
====================
dmenu is an efficient dynamic menu for X.
# Mike's dmenu build
## Modifications from upstream
Requirements
------------
In order to build dmenu you need the Xlib header files.
### Configuration
* Use vertical menu instead of horizontal
Installation
------------
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).
### Patches
Afterwards enter the following command to build and install dmenu
(if necessary as root):
make clean install
Running dmenu
-------------
See the man page for details.
* [Fuzzymatch](https://tools.suckless.org/dmenu/patches/fuzzymatch/)