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
|
# a graphical pinentry as opposed to my curses default, since launching pinentry-curses
|
||||||
# outside of a terminal just breaks everything.
|
# 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)
|
# PINENTRY_USER_DATA is a GnuPG defined variable (see man gpg)
|
||||||
|
|
||||||
case "$PINENTRY_USER_DATA" in
|
case "$PINENTRY_USER_DATA" in
|
||||||
qt)
|
dmenu)
|
||||||
exec /usr/bin/pinentry-qt "$@"
|
exec /usr/bin/pinentry-dmenu "$@"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
exec /usr/bin/pinentry-curses "$@"
|
exec /usr/bin/pinentry-curses "$@"
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
enable-ssh-support
|
enable-ssh-support
|
||||||
|
pinentry-program /usr/bin/pinentry-wrapper
|
||||||
|
|
||||||
|
|
|
||||||
2
.local/share/gnupg/pinentry-dmenu.conf
Normal file
2
.local/share/gnupg/pinentry-dmenu.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
font = "monospace:size=20";
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue