diff options
author | Raymaekers Luca <luca@spacehb.net> | 2024-12-29 20:02:59 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2024-12-29 20:02:59 +0100 |
commit | 112449dd19eaae6769ef95a70b3e52234256400c (patch) | |
tree | e2c1f0654bdea3c042b5b96068b4f463da6e4a7d /bin/menuscripts/mpass | |
parent | 70ac73bc332facb6b55044a8a6145ea805592d18 (diff) |
checkpoint
Diffstat (limited to 'bin/menuscripts/mpass')
-rwxr-xr-x | bin/menuscripts/mpass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mpass b/bin/menuscripts/mpass index fb11091..5a09623 100755 --- a/bin/menuscripts/mpass +++ b/bin/menuscripts/mpass @@ -22,7 +22,7 @@ done [ "$file" ] || exit 1 pass show -c "$file" || exit 1 -herbe "*mpass" "$file" +herbe "_mpass" "*$file" [ "$WAYLAND_DISPLAY" ] && cliphist list >/dev/null && # on wayland and cliphist is running cliphist list | head -n 1 | cliphist delete |