Added pinentry-dmenu
This commit is contained in:
parent
e28dfe8acc
commit
c3320fd468
4 changed files with 6 additions and 3 deletions
|
|
@ -5,5 +5,5 @@
|
|||
# a graphical pinentry as opposed to my curses default, since launching pinentry-curses
|
||||
# outside of a terminal just breaks everything.
|
||||
|
||||
PINENTRY_USER_DATA=qt WAYLAND_DISPLAY= /usr/bin/passmenu
|
||||
PINENTRY_USER_DATA=dmenu WAYLAND_DISPLAY= /usr/bin/passmenu
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
# PINENTRY_USER_DATA is a GnuPG defined variable (see man gpg)
|
||||
|
||||
case "$PINENTRY_USER_DATA" in
|
||||
qt)
|
||||
exec /usr/bin/pinentry-qt "$@"
|
||||
dmenu)
|
||||
exec /usr/bin/pinentry-dmenu "$@"
|
||||
;;
|
||||
*)
|
||||
exec /usr/bin/pinentry-curses "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue