This commit is contained in:
tavo 2025-01-05 12:31:16 -06:00
parent 00ab0903e7
commit 40827ad5ed

View file

@ -3,5 +3,8 @@ PASSWORD_STORE_DIR="$HOME/.local/share/password-store"
GNUPGHOME="$HOME/.local/share/gnupg"
password="$(~/.config/scripts/menu/menu-pass)"
[ -z "$password" ] && exit
if [ "$?" != 0 ] || [ -z "$password" ] ; then
exit 1
fi
xdotool type $(pass "$password" | head -n 1)