This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luca Bilke 3caf01a905
ci/woodpecker/tag/woodpecker Pipeline was successful Details
fix typo
2024-02-05 18:06:04 +01:00
pinentry pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
.gitignore pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
.woodpecker.yml fix typo 2024-02-05 18:06:04 +01:00
LICENSE initial commit 2022-09-28 09:39:54 +02:00
Makefile pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
README.md pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
config.def.h pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
config.h fix typo 2024-02-05 18:00:40 +01:00
config.mk pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
drw.c pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
drw.h pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
pinentry-dmenu.1 pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
pinentry-dmenu.c pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
test pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
util.c pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00
util.h pull changes from rnpnr fork 2024-02-05 17:56:12 +01:00

README.md

pinentry-dmenu

pinentry-dmenu is a pinentry program with the charm of dmenu.

This program is a fork from spine which is also a fork from dmenu.

This is a further fork of pinentry-dmenu with many of the upstream dmenu changes merged and config file support removed.

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

Config

To use pinentry-dmenu add in ~/.gnupg/gpg-agent.conf:

pinentry-program <absolut path to pinentry-dmenu>