From 28d24f395d9dc5c056bcc45be02beb66105971f8 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 7 Sep 2016 12:03:53 +0200 Subject: [PATCH] set application name --- local/bin/weenot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/weenot.sh b/local/bin/weenot.sh index b329c30..dd393fa 100755 --- a/local/bin/weenot.sh +++ b/local/bin/weenot.sh @@ -3,5 +3,5 @@ where="$(echo "$*" | cut -d'~' -f1)" who="$(echo "$*" | cut -d'~' -f2)" what="$(echo "$*" | cut -d'~' -f3)" -notify-send "$who" "$what" +notify-send -a weechat "$who" "$what"