My awesome fork from dmenu π΄β₯
With a lot of beautiful patches and some of my own.
- highlight - This patch highlights the individual characters of matched text for each dmenu list entry.
- case-insensitive - This patch changes case-insensitive item matching to default behaviour. Adds an -s option to enable case-sensitive matching.
- center - This patch centers dmenu in the middle of the screen.
- grid - This patch allows you to render dmenu's entries in a grid by adding a new -g flag to specify the number of grid columns. You can use -g and -l together to create a G columns * L lines grid.