From 54e80ad70913d8bb7c6a047c6b17e29bd55c17e5 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 6 Apr 2015 22:34:51 -0700 Subject: update "mpv launcher" with improved code --- source/_posts/2014-12-23-mpv-launcher.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_posts/2014-12-23-mpv-launcher.md b/source/_posts/2014-12-23-mpv-launcher.md index 89ec675c..1bb85b50 100644 --- a/source/_posts/2014-12-23-mpv-launcher.md +++ b/source/_posts/2014-12-23-mpv-launcher.md @@ -5,6 +5,16 @@ date: 2014-12-23 00:51:05 -0800 comments: true categories: --- +**_04/06/2015 update:_** + +I just noticed that `daemonize` doesn't play too well with the OS; in particular, when you use dark menu bar on OS X Yosemite, apps launched with `daemonize` won't conform to that. So a native shell solution would be using `/bin/zsh` and run + + mpv "$@" >/dev/null 2>&1