diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
| commit | c80a54e42b52ce297f0f2f71af23c562832025c7 (patch) | |
| tree | dcce8bb977a770f473325d48f6f70b21d9818a40 /ar/.config/pinentry/preexec | |
init
Diffstat (limited to 'ar/.config/pinentry/preexec')
| -rwxr-xr-x | ar/.config/pinentry/preexec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ar/.config/pinentry/preexec b/ar/.config/pinentry/preexec new file mode 100755 index 0000000..93603c7 --- /dev/null +++ b/ar/.config/pinentry/preexec @@ -0,0 +1,5 @@ +#!/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 "$@" |
