Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 542 Bytes

README.org

File metadata and controls

26 lines (17 loc) · 542 Bytes

Requirements

  • netcat
  • port 22222 available.

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)
  • Randomized port (or configurable)