diff --git a/plugins/bgnotify/bgnotify.plugin.zsh b/plugins/bgnotify/bgnotify.plugin.zsh index 459f5214e..6b439744a 100755 --- a/plugins/bgnotify/bgnotify.plugin.zsh +++ b/plugins/bgnotify/bgnotify.plugin.zsh @@ -44,7 +44,7 @@ bgnotify () { ## args: (title, subtitle) elif hash kdialog 2>/dev/null; then #ubuntu kde! kdialog -title "$1" --passivepopup "$2" 5 elif hash notifu 2>/dev/null; then #cygwyn support! - notifu /m "$2" /p "$1" + (notifu /m "$2" /p "$1" &) fi }