# dmenu Saumit's fork of the suckless tool dmenu ## Changes in this build Changes made from the vanilla dmenu [dmenu-5.1](https://dl.suckless.org/tools/dmenu-5.1.tar.gz) (2022-02-11) source: `git clone https://git.suckless.org/dmenu` 1. Removed lines in drw.c 143/144 containing 'iscol' in order to allow colored fonts/glyphs/emojis \ (which would cause error with libfxt but does not in [libxft-bgra](https://github.com/uditkarode/libxft-bgra)) 2. Fonts - JetBrains mono and Joypixels 3. Xresources patch and changes in dmenu.c for consistent colorschemes 4. 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 5. Additional patches: [source](https://tools.suckless.org/dmenu/patches/) - Password patch (-P) - uses asterisks '*' instead of dots '.' - Highpriority patch (-hp items) - instant patch (-n) - use -n flag to immediately select the only matching option left - Mouse support patch - dmenu options are mouse clickable - navhistory patch - uses alt + vimkeys to view the previous and next options in history ### 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/)