Skip to content

Commit 76a6fec

Browse files
author
Tim Heinsohn
committed
gpg: switch pinentry-program to pinentry-rofi
1 parent f75eddb commit 76a6fec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gpg/gpg-agent

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99

1010
# https://wiki.archlinux.org/title/GnuPG#pinentry
1111
# – define how gpg agent password is requested
12-
# NOTE: pinentry-qt requires qt5-base
12+
#
13+
# NOTE: pinentry-qt requires qt5-base!
14+
# – possibly also: kguiaddons
1315
# ! the line below MUST NOT contain a # comment at the end
1416
#pinentry-program /usr/bin/pinentry-qt
1517
#
1618
# Run `gpg-connect-agent reloadagent /bye` to reload the agent.
17-
pinentry-program /usr/bin/pinentry-qt
19+
pinentry-program /usr/bin/pinentry-rofi
1820

1921
# remember unused keys for ... seconds
2022
default-cache-ttl 28800

0 commit comments

Comments
 (0)