for passmenu to use gtk3 box

This commit is contained in:
narukeh 2021-04-03 20:30:00 +02:00
parent f05cb5e1bb
commit 37602cf222

5
pinentry/preexec Executable file
View File

@ -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 "$@"