# dmenu Saumit's fork of the suckless tool dmenu ## Changes in this build Changes made from the vanilla dmenu [dmenu-5.2](https://dl.suckless.org/tools/dmenu-5.2.tar.gz) (2022-10-04) source: `git clone https://git.suckless.org/dmenu` 1. Fonts - JetBrains mono and Joypixels 2. Xresources patch and changes in dmenu.c for consistent colorschemes with dwm. 3. dmenu_exclude removes dmenu options for dmenu_run. Useful to include terminal only commands and/or eliminating highpriority options that may interfere with the intended one 4. Additional patches: [source](https://tools.suckless.org/dmenu/patches/) - Password patch (-P) - Hides dmenu input, this patch uses asterisks '*' instead of dots '.' - Highpriority patch (-hp items) - Automatically sorts the search result so that high priority items are shown first. - instant patch (-n) - use -n flag to immediately select the only matching option left - Mouse support patch - dmenu options are mouse clickable - lineheight patch - uses -h flag to set the minimum sets the minimum height of a dmenu line ## Installation ``` sudo make clean install ``` ### Debugging Make sure to use the command `rm ~/.cache/dmenu_run` if no options show up on dmenu_run ## Licence [MIT](https://choosealicense.com/licenses/mit/)