This repository houses my fork of dmenu
, the dynamic menu that often accompanies dwm
.
I have applied the following patches in this repository:
- border: adds a border around the
dmenu
window - case insensitive: changes case-insensitive item matching to default behaviour
- center: centers
dmenu
in the middle of the screen - fuzzymatch: type non-consecutive portions of the string to be matched
- highlight: highlights the individual characters of matched text
For more information about dmenu
, see the upstream project
homepage.