# 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. Additional patches: [source](https://tools.suckless.org/dmenu/patches/)
- Password patch (-P)
- uses asterisks '*' instead of dots'.'
- Highpriority patch (-hp items)
- numbers patch
- instant patch (-n)
- use -n flag to immediately select the only matching option left
- Mouse support patch
- dmenu options are mouse clickable
- Textscroll / scroll patch
- adds support for text scrolling, it doesn't append '...' for long input
- navhistory patch
- uses vimkeys to view the previous and next 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/)