more info for xdopass
This commit is contained in:
parent
4ec14229e3
commit
78bb015b0e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
window="$(xdotool getwindowfocus)"
|
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
|
[ -z "$key" ] && exit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user