Suckless dynamic menu. The following patches were applied by hand.
- Additional color scheme in
config.h
- Alpha
- Xresources support
- Mouse support
- Scroll
- Window border
- xyw options for x offset, y offset, and width
The colors specified in config.h
are only the fallback colors, they will be replaced by .Xresources
.
Xresources option | Example color |
---|---|
dmenu.background | #101010 |
dmenu.foreground | #bbbbbb |
dmenu.selbackground | #005577 |
dmenu.selforeground | #eeeeee |
dmenu.midbackground | #00cc72 |
dmenu.midforeground | #10ee92 |