We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75eddb commit 76a6fecCopy full SHA for 76a6fec
gpg/gpg-agent
@@ -9,12 +9,14 @@
9
10
# https://wiki.archlinux.org/title/GnuPG#pinentry
11
# – define how gpg agent password is requested
12
-# NOTE: pinentry-qt requires qt5-base
+#
13
+# NOTE: pinentry-qt requires qt5-base!
14
+# – possibly also: kguiaddons
15
# ! the line below MUST NOT contain a # comment at the end
16
#pinentry-program /usr/bin/pinentry-qt
17
#
18
# Run `gpg-connect-agent reloadagent /bye` to reload the agent.
-pinentry-program /usr/bin/pinentry-qt
19
+pinentry-program /usr/bin/pinentry-rofi
20
21
# remember unused keys for ... seconds
22
default-cache-ttl 28800
0 commit comments