This commit is contained in:
Luke Smith 2020-04-17 19:06:01 -04:00
parent ffcaf78c66
commit 081bde3296
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -1,11 +1,13 @@
# Luke's dmenu # Luke's dmenu
This is just my build of dmenu. Nothing special, don't bother starring ;-) Extra stuff added to vanilla dmenu:
Only changes are minor config ones: bigger font and different colors. - reads Xresources (ergo pywal compatible)
- alpha patch, which importantly allows this build to be embedded in transparent st
The only reason this is even on Github is so LARBS can access the build, although this repo serves the additional purpose of using Github's metrics to approximate the number of people who install LARBS every day. - can view color characters like emoji (libxft-bgra is required for this reason)
## Installation ## Installation
You must have `libxft-bgra` installed until the libxft upstream is fixed.
After making any config changes that you want, but `make`, `sudo make install` it. After making any config changes that you want, but `make`, `sudo make install` it.