set application name

This commit is contained in:
Felix Van der Jeugt 2016-09-07 12:03:53 +02:00
parent a45fffeb95
commit 28d24f395d
1 changed files with 1 additions and 1 deletions

View File

@ -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"