diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-07 19:20:26 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:39:12 +0100 |
| commit | 1ee7dc771aa34959c265dab31c315f5add2a8837 (patch) | |
| tree | 65608565c8bcdb0605adfb14b6a63629b110133a /bin/url-launcher | |
| parent | 3a11d6b28f10e6d0fba966f4cc6720cf1fcd0153 (diff) | |
bin/url-launcher: make notif more generic
Diffstat (limited to 'bin/url-launcher')
| -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" "$@" |