dmenu/README.md

17 lines
551 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)
2020-04-18 15:59:37 +02:00
- `-P` for password mode: hide user imput
- `-r` to reject non-matching input
- dmenu options are mouse clickable
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.