add pinentry preexec script

This commit is contained in:
LordMZTE 2023-10-24 17:40:53 +02:00
parent 77ad088445
commit 2ee606169e
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

3
.config/pinentry/preexec Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
# This essentially overrides the pinentry prompt to use wayprompt.
exec pinentry-wayprompt "$@"