dotfiles/home/.gnupg/gpg-agent.conf

7 lines
167 B
Plaintext
Raw Normal View History

2021-06-23 13:05:17 +03:00
enable-ssh-support
2022-09-11 12:49:49 +03:00
{%@@ if profile == 'Mirkwood' @@%}
2022-09-08 20:26:55 +03:00
pinentry-program /usr/bin/pinentry-rofi
2022-09-11 12:49:49 +03:00
{%@@ else @@%}
2021-06-23 13:05:17 +03:00
pinentry-program /usr/bin/pinentry-gnome3
2022-09-11 12:49:49 +03:00
{%@@ endif @@%}