dmenu/README.md

25 lines
734 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-10-07 10:32:35 +02:00
- `-P` for password mode: hide user input
2020-04-18 15:59:37 +02:00
- `-r` to reject non-matching input
- dmenu options are mouse clickable
2018-04-07 23:51:10 +02:00
2022-07-21 17:38:59 +02:00
# Crony's additions
Extra stuff added in my build on top of luke's additions:
- extented numpad keys support
- line height with -h option
- item count in the right corner of dmenu
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.