README.md (1050B)
1 pinentry-dmenu 2 ============== 3 4 This is the program I came up with when I 5 decided to merge the ideas of pinentry-dmenu [1] 6 and pinentry-dmenu [2]. Ladies and gentlemen, may 7 I present you, pinentry-dmenu! 8 9 Why? 10 --- 11 12 Because pinentry-dmenu is not exactly configurable 13 as one would like, and pinentry-dmenu assumes you have 14 password patch enabled, and let's be honest, the dev of 15 pinentry-dmenu probably receives lots of messages because 16 of it. 17 18 Unnecessary stuff, like stest, has been removed from the 19 source. 20 21 Installation 22 ------------ 23 24 This build of dmenu, renamed as pinentry-dmenu-core can 25 be configured from config.h and be recompiled, exactly the 26 same as the actual dmenu. 27 28 To install just do (if necessary, as root) 29 30 make 31 make install 32 33 You can only install the pinentry-dmenu script, by doing 34 35 make pinentry-install 36 37 38 NOTE: 39 Doing a `pinentry-install` modifies the script to make it 40 look for `dmenu` instead of `pinentry-dmenu-core`. 41 42 43 [1]: https://github.com/ritze/pinentry-dmenu 44 [2]: https://gitlab.com/sebastianrasor/pinentry-dmenu