diff options
| -rwxr-xr-x | bin/url-launcher | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/url-launcher b/bin/url-launcher index 4bb682e..02e23be 100755 --- a/bin/url-launcher +++ b/bin/url-launcher @@ -1,5 +1,5 @@ #!/bin/sh - set -e + wl-copy "$@" -notify-send --urgency=low "copied url" "$@" +notify-send --urgency=low "copied" "$@" |