mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
for passmenu to use gtk3 box (#931)
This commit is contained in:
parent
693c4317f5
commit
d728436150
5
pinentry/preexec
Executable file
5
pinentry/preexec
Executable 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 "$@"
|
||||
Loading…
x
Reference in New Issue
Block a user