Pinentry application using dmenu
Go to file
mrdotx f8cb897389
border width fixed
2022-05-15 18:52:08 +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 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 border width reduced and line height increased 2022-04-27 11:28:30 +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 value -1 added to monitor number and center width 2022-04-28 21:41:34 +02:00
pinentry-dmenu.1.md value -1 added to monitor number and center width 2022-04-28 21:41:34 +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.