From ed6f1dd19591383de299d0d97ef60829db955d28 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 5 Jul 2016 10:35:07 +0200 Subject: remote-notify-client.sh: Set notification app name Signed-off-by: Florian Pritz --- remote-notify-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote-notify-client.sh') diff --git a/remote-notify-client.sh b/remote-notify-client.sh index 40caac5..7105756 100755 --- a/remote-notify-client.sh +++ b/remote-notify-client.sh @@ -7,6 +7,6 @@ exec 0<&- sup ssh -o BatchMode=yes caju 'socat unix-connect:notify.sock stdout' | while read heading message; do if [[ -n $heading ]]; then - notify-send --hint=int:transient:1 -t 5000 -- "${heading}" "${message}"; + notify-send --hint=int:transient:1 -c "weechat" --app-name "weechat" -t 5000 -- "${heading}" "${message}"; fi done -- cgit v1.2.3-24-g4f1b