diff options
-rwxr-xr-x | remote-notify-client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-notify-client.sh b/remote-notify-client.sh index c53fa95..40caac5 100755 --- a/remote-notify-client.sh +++ b/remote-notify-client.sh @@ -4,7 +4,7 @@ exec 0<&- -sup ssh caju 'socat unix-connect:notify.sock stdout' | +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}"; |