pinentry-dmenu.1 (1599B)
1 .TH PINENTRY-DMENU 1 pinentry-dmenu\-VERSION "pinentry-dmenu Manual" 2 3 4 .SH NAME 5 pinentry-dmenu - a pinentry program with the charm of dmenu 6 .SH DESCRIPTION 7 .B pinentry-dmenu 8 is a dmenu- and pinentry-based passphrase dialog called from the 9 .BR gpg-agent (1) 10 daemon. It is not intended to be invoked directly. 11 12 13 .SH SYNOPSIS 14 Set the 15 .B pinentry-program 16 in 17 .IR ~/.gnupg/gpg-agent.conf 18 to 19 .B pinentry-dmenu 20 to use the program as the regular dialog for 21 .BR gpg-agent . 22 23 .SH USAGE 24 pinentry-dmenu is completely controlled by the keyboard. 25 .TP 26 .B Return 27 Confirm input 28 .TP 29 .B Ctrl-Return 30 Confirm input 31 .TP 32 .B Shift\-Return 33 Confirm input 34 .TP 35 .B Escape 36 Cancel input 37 .TP 38 .B C\-c 39 Escape 40 41 .SS Confirm Mode 42 .TP 43 .B Down 44 Right 45 .TP 46 .B End 47 Right 48 .TP 49 .B Home 50 Left 51 .TP 52 .B Next 53 Right 54 .TP 55 .B Prior 56 Left 57 .TP 58 .B Up 59 Left 60 .TP 61 .B g 62 Cancel input 63 .TP 64 .B G 65 Cancel input 66 .TP 67 .B h 68 Left 69 .TP 70 .B j 71 Left 72 .TP 73 .B k 74 Right 75 .TP 76 .B l 77 Right 78 .TP 79 .B n 80 Confirm with no 81 .TP 82 .B N 83 Confirm with no 84 .TP 85 .B y 86 Confirm with yes 87 .TP 88 .B Y 89 Confirm with yes 90 91 .SS Pin Mode 92 .TP 93 .B End 94 Move cursor to the line end 95 .TP 96 .B Home 97 Move cursor to the line begin 98 .TP 99 .B C\-a 100 Home 101 .TP 102 .B C\-b 103 Left 104 .TP 105 .B C\-d 106 Delete 107 .TP 108 .B C\-e 109 End 110 .TP 111 .B C\-f 112 Right 113 .TP 114 .B C\-g 115 Escape 116 .TP 117 .B C\-h 118 Backspace 119 .TP 120 .B C\-k 121 Delete line right 122 .TP 123 .B C\-u 124 Delete line left 125 .TP 126 .B C\-v 127 Paste from primary X selection 128 129 130 .SH AUTHORS 131 .B pinentry-dmenu 132 is a fork of 133 .B dmenu 134 <https://tools.suckless.org/dmenu> 135 and uses the api of 136 .B pinentry 137 , a GnuPG tool. 138 .B pinentry-dmenu 139 itself was written by Moritz Lüdecke <ritze@skweez.net>. 140 141 .SH SEE ALSO 142 .BR dmenu (1), 143 .BR dwm (1), 144 .BR gpg-agent (1)