summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-12-07 19:20:26 +0100
committerRobert Günzler <r@gnzler.io>2021-01-21 19:39:12 +0100
commit1ee7dc771aa34959c265dab31c315f5add2a8837 (patch)
tree65608565c8bcdb0605adfb14b6a63629b110133a
parent3a11d6b28f10e6d0fba966f4cc6720cf1fcd0153 (diff)
bin/url-launcher: make notif more generic
-rwxr-xr-xbin/url-launcher4
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" "$@"