pinentry-dmenu/README

54 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-07-26 11:20:50 +00:00
pinentry-dmenu
==============
2021-07-26 11:29:05 +00:00
pinentry-dmenu is a pinentry program based on dmenu.
2021-07-26 11:20:50 +00:00
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
2021-07-27 16:53:48 +00:00
Running pinentry-dmenu
----------------------
See the man page for details.
2021-07-26 11:20:50 +00:00
Config
------
To use pinentry-dmenu add in `~/.gnupg/gpg-agent.conf`:
pinentry-program <absolut path to pinentry-dmenu>
The config is located in `~/.gnupg/pinentry-dmenu.conf`.
monitor = -1;
2021-07-27 08:11:25 +00:00
center = false;
2021-07-27 11:22:27 +00:00
center_width = 750;
2021-07-26 11:20:50 +00:00
bottom = false;
embedded = false;
line_height = 22;
border_width = 2;
2021-07-26 11:20:50 +00:00
min_password_length = 32;
2021-07-27 16:53:48 +00:00
font = "DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true";
2021-07-26 11:20:50 +00:00
prompt = "";
2021-07-27 16:53:48 +00:00
asterisk= "*";
2021-07-26 11:20:50 +00:00
prompt_fg = "#cccccc";
prompt_bg = "#4185d7";
normal_fg = "#cccccc";
normal_bg = "#000000";
select_fg = "#ffffff";
select_bg = "#4185d7";
desc_fg = "#cccccc";
desc_bg = "#4185d7";