From 81d3143b0d6ef146a19087bd248b20d0b9e4a55b Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 22 May 2015 00:56:57 -0700 Subject: 20150522 Using a command table as wallpaper And other minor changes. --- source/blog/2014-12-23-mpv-launcher.md | 2 +- ...pecial-slash-character-in-filename-expansion.md | 2 +- ...015-05-22-using-a-command-table-as-wallpaper.md | 160 +++++++++++++++++++++ 3 files changed, 162 insertions(+), 2 deletions(-) create mode 100644 source/blog/2015-05-22-using-a-command-table-as-wallpaper.md diff --git a/source/blog/2014-12-23-mpv-launcher.md b/source/blog/2014-12-23-mpv-launcher.md index c8c2aee2..b377aa1d 100644 --- a/source/blog/2014-12-23-mpv-launcher.md +++ b/source/blog/2014-12-23-mpv-launcher.md @@ -8,7 +8,7 @@ date-display: December 23, 2014 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 ```zsh -mpv "$@" >/dev/null 2>&1 /dev/null