diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-16 15:02:20 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-16 15:02:20 +0200 |
commit | 58f6aa8956d7e5b512fccc4dbc83704de3e0719a (patch) | |
tree | 4ce89ba18aebb2df6ace37b67356549c7bff3f87 /bin/menuscripts/mpass | |
parent | a4c01b0831d11775d46d1dca00b528397cbf4b03 (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 f513b16..3d292c8 100755 --- a/bin/menuscripts/mpass +++ b/bin/menuscripts/mpass @@ -21,7 +21,7 @@ done [ "$file" ] || exit 1 pass show -c "$file" || exit 1 -notify-send -t 1000 "mpass" "copied: $file" +notify-send -t 1000 "mpass" "$file" [ "$WAYLAND_DISPLAY" ] && cliphist list >/dev/null && # on wayland and cliphist is running cliphist list | head -n 1 | cliphist delete |