diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 07:09:24 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 07:09:24 +0100 |
commit | d79faa9e1b36e99dcf8925fc3271f32950f00309 (patch) | |
tree | 959c4892bba99e23e6fa3893474201b9a2e6e768 /bin/menuscripts/mpass | |
parent | 0b76d36b1b94d631616f165073b3284b277a74c6 (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 5dc2289..fb11091 100755 --- a/bin/menuscripts/mpass +++ b/bin/menuscripts/mpass @@ -22,7 +22,7 @@ done [ "$file" ] || exit 1 pass show -c "$file" || exit 1 -notify-send -t 1000 "mpass" "$file" +herbe "*mpass" "$file" [ "$WAYLAND_DISPLAY" ] && cliphist list >/dev/null && # on wayland and cliphist is running cliphist list | head -n 1 | cliphist delete |