more info for xdopass

This commit is contained in:
Felix Van der Jeugt 2018-08-13 14:02:54 +02:00
parent 4ec14229e3
commit 78bb015b0e
No known key found for this signature in database
GPG Key ID: 58B209295023754D

View File

@ -2,7 +2,7 @@
window="$(xdotool getwindowfocus)"
key="$(cd ~/.password-store; find * -name '*.gpg' -exec basename \{\} \; | sed 's/\..*$//' | dmenu)"
key="$(cd ~/.password-store; find * -name '*.gpg' -exec basename \{\} \; | sed 's/\.[^.]*$//' | dmenu)"
[ -z "$key" ] && exit