dmenu/README.md

14 lines
437 B
Markdown
Raw Normal View History

2018-04-07 23:51:10 +02:00
# Luke's dmenu
2020-04-18 01:06:01 +02:00
Extra stuff added to vanilla dmenu:
2018-04-07 23:51:10 +02:00
2020-04-18 01:06:01 +02:00
- reads Xresources (ergo pywal compatible)
- alpha patch, which importantly allows this build to be embedded in transparent st
- can view color characters like emoji (libxft-bgra is required for this reason)
2018-04-07 23:51:10 +02:00
## Installation
2020-04-18 01:06:01 +02:00
You must have `libxft-bgra` installed until the libxft upstream is fixed.
2018-04-07 23:51:10 +02:00
After making any config changes that you want, but `make`, `sudo make install` it.