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 | |
parent | a4c01b0831d11775d46d1dca00b528397cbf4b03 (diff) |
checkpoint
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common/gt | 3 | ||||
-rwxr-xr-x | bin/menuscripts/mpass | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/bin/common/gt b/bin/common/gt index 1965ed1..8890ebb 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -103,6 +103,3 @@ while getopts ":a:c:f:lsheu" opt; do ;; esac done ->&2 printf '*: %s\n' "$*" - -# eval "herbe $(status | sed 's/"/\"/g;s/.*/"&"/' | tr '\n' ' ')" 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 |