Use rofi pinentry on Mirkwood

This commit is contained in:
Marko Korhonen 2022-09-08 20:26:55 +03:00
parent 59435389fe
commit 9b617b6f8b
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,2 +1,6 @@
enable-ssh-support
{%@ if profile == 'Mirkwood' @%}
pinentry-program /usr/bin/pinentry-rofi
{%@ else @%}
pinentry-program /usr/bin/pinentry-gnome3
{%@ endif @%}