pinentry-dmenu

a pinentry program based on dmenu
git clone anongit@rnpnr.xyz:pinentry-dmenu.git
Log | Files | Refs | Feed | README | LICENSE

README.md (880B)


      1 pinentry-dmenu
      2 ==============
      3 
      4 pinentry-dmenu is a pinentry program with the charm of [dmenu](https://tools.suckless.org/dmenu).
      5 
      6 This program is a fork from [spine](https://gitgud.io/zavok/spine.git) which is also a fork from [dmenu](https://tools.suckless.org/dmenu).
      7 
      8 This is a further fork of pinentry-dmenu with many of the upstream [dmenu](https://tools.suckless.org/dmenu) changes merged and config file support removed.
      9 
     10 
     11 Requirements
     12 ------------
     13 In order to build dmenu you need the Xlib header files.
     14 
     15 
     16 Installation
     17 ------------
     18 Edit config.mk to match your local setup (dmenu is installed into the /usr/local namespace by default).
     19 
     20 Afterwards enter the following command to build and install dmenu
     21 (if necessary as root):
     22 
     23 	make clean install
     24 
     25 
     26 Config
     27 ------
     28 To use pinentry-dmenu add in `~/.gnupg/gpg-agent.conf`:
     29 
     30 	pinentry-program <absolut path to pinentry-dmenu>