mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
25 lines
494 B
Org Mode
25 lines
494 B
Org Mode
* Requirements
|
|
|
|
- stumpish in =PATH=
|
|
|
|
* Usage
|
|
|
|
Put the following in your =~/.stumpwmrc=:
|
|
|
|
#+BEGIN_SRC lisp
|
|
(load-module "pinentry")
|
|
#+END_SRC
|
|
|
|
And set the following in your =~/.gnupg/gpg-agent.conf=:
|
|
|
|
#+BEGIN_SRC
|
|
pinentry-program /absolute/path/to/stumpwm-contrib/util/pinentry/stumpwm-pinentry
|
|
#+END_SRC
|
|
|
|
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)
|