Closed blacksails closed 9 years ago
The problem lies in the combination of tmux and terminal-notifier. Solved from this issue: https://github.com/julienXX/terminal-notifier/issues/115
So what was the solution? None of the workarounds in the linked issue seem to help.
Worked for me:
brew install reattach-to-user-namespace
Then modify the do_notifier
subroutine in notifier.pl
to call system("reattach-to-user-namespace terminal-notifier -message '$data' -title '$title' >> /dev/null 2>&1");
Hi i got your script working when not using tmux.
When i use irssi inside tmux the script seems to crash irssi.