Pinentry application using dmenu
Go to file
mrdotx 91992dd494
nerd fonts fixed
2022-08-28 09:20:53 +02:00
pinentry initial upload 2021-07-26 13:20:50 +02:00
.gitignore initial upload 2021-07-26 13:20:50 +02:00
LICENSE.md markdown used instead of plain text 2021-11-05 19:49:45 +01:00
Makefile make man changed 2022-07-04 22:02:23 +02:00
README.md typos corrected 2022-07-03 12:46:11 +02:00
config.def.h nerd fonts fixed 2022-08-28 09:20:53 +02:00
config.mk add manual path for openbsd 2022-05-03 15:14:04 +02:00
drw.c indentation changed from tabs to spaces 2021-07-31 10:53:44 +02:00
drw.h indentation changed from tabs to spaces 2021-07-31 10:53:44 +02:00
pinentry-dmenu.1 nerd fonts fixed 2022-08-28 09:20:53 +02:00
pinentry-dmenu.1.md nerd fonts fixed 2022-08-28 09:20:53 +02:00
pinentry-dmenu.c border width fixed 2022-05-15 18:52:08 +02:00
test.sh header added 2021-12-28 19:22:27 +01:00
util.c indentation changed from tabs to spaces 2021-07-31 10:53:44 +02:00
util.h initial upload 2021-07-26 13:20:50 +02:00

README.md

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.