diff options
Diffstat (limited to 'bin/menuscripts')
| -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  | 
