dotfiles/.config/pinentry/preexec

4 lines
106 B
Bash

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