Pinentry application using dmenu
Go to file
mrdotx a5471fcac0
markdown used instead of plain text
2021-11-05 19:49:45 +01: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 man added 2021-11-05 19:47:24 +01:00
README.md markdown used instead of plain text 2021-11-05 19:49:45 +01:00
config.def.h defaults changed 2021-07-31 14:56:52 +02:00
config.mk version changed to 0.1.5 2021-07-30 14:47:48 +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 created with make man 2021-11-05 19:48:55 +01:00
pinentry-dmenu.1.md initial upload 2021-11-05 19:48:20 +01:00
pinentry-dmenu.c minor correction of the border height 2021-08-01 09:22:04 +02:00
test.sh indentation changed from tabs to spaces 2021-07-31 10:53:44 +02: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.