dotfiles/.config/pinentry/preexec

6 lines
221 B
Plaintext
Raw Permalink Normal View History

2023-10-12 15:12:12 +02:00
#!/hint/sh
# Define additional functionality for pinentry. For example
test -e /usr/lib/libgcr-base-3.so.1 && exec /usr/bin/pinentry-gnome3 "$@"
#test -e /usr/lib/libQt5Widgets.so.5 && exec /usr/bin/pinentry-qt "$@"