stumpwm.stumpwm-contrib/util/pinentry
2024-03-23 14:28:28 +01:00
..
pinentry.asd multi-line prompts give new possibilities. 2017-12-04 10:14:23 +01:00
pinentry.lisp Move pinentry to stumpish 2024-03-22 14:10:07 +01:00
README.org pinentry: update README.org 2024-03-23 14:28:28 +01:00
stumpwm-pinentry Move pinentry to stumpish 2024-03-22 14:10:07 +01:00

Requirements

  • stumpish in PATH

Usage

Put the following in your ~/.stumpwmrc:

(load-module "pinentry")

And set the following in your ~/.gnupg/gpg-agent.conf:

pinentry-program /absolute/path/to/stumpwm-contrib/util/pinentry/stumpwm-pinentry

GnuPG Agent will now use StumpWM to ask for your password.

Roadmap

  • Better error management (pinentry protocol has a SETERROR command, cancelling the prompt has undefined behavior)