My build of dmenu, the dynamic menu for X.
~/.Xresources (pywal compatible)-P flag hides user input-r flag rejects input that doesn't match an option| Patch | Description |
|---|---|
| xresources | Read colors and settings from ~/.Xresources |
| alpha | Transparency support |
| password | Hide input for password entry |
| mouse support | Click to select options |
# Run dmenu
dmenu_run
# Password mode
echo -e "option1\noption2" | dmenu -P
# Reject non-matching input
echo -e "yes\nno" | dmenu -r
# With prompt
dmenu -p "Select:" < options.txt
git clone https://github.com/krisyotam/dmenu
cd dmenu
sudo make install