diff options
Diffstat (limited to '')
| -rwxr-xr-x | dotfiles/scripts/my-pinentry | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/dotfiles/scripts/my-pinentry b/dotfiles/scripts/my-pinentry index b46687e..48008e4 100755 --- a/dotfiles/scripts/my-pinentry +++ b/dotfiles/scripts/my-pinentry @@ -6,7 +6,7 @@  case $PINENTRY_USER_DATA in  gtk) -  exec /usr/bin/pinentry-gtk-2 "$@" +  exec /usr/bin/pinentry-rofi "$@"    ;;  none)    exit 1 # do not ask for passphrase | 
