Pinentry application using dmenu
pinentry | ||
.gitignore | ||
config.def.h | ||
config.mk | ||
drw.c | ||
drw.h | ||
LICENSE.md | ||
Makefile | ||
pinentry-dmenu.1 | ||
pinentry-dmenu.1.md | ||
pinentry-dmenu.c | ||
README.md | ||
test.sh | ||
util.c | ||
util.h |
pinentry-dmenu
pinentry-dmenu is a pinentry program based on dmenu.
This program is a fork from https://gitgud.io/zavok/spine.git which is also a fork from https://tools.suckless.org/dmenu.
Requirements
In order to build dmenu you need the Xlib header files.
Installation
Edit config.mk to match your local setup (dmenu is installed into the /usr/local namespace by default).
Afterwards enter the following command to build and install dmenu (if necessary as root):
make clean install
Running pinentry-dmenu
See the man page for details.
Manual
You can view the manual by running man pinentry-dmenu
, or man pinentry-dmenu.1
.
If you've already ran make clean install
.