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"