bin/wakey.zsh: Don't do anything if there's no X display, or `notify-send'.
[profile] / bin / emacsclient-hack
1 #! /bin/sh -e
2 exec emacsclient ${DISPLAY+--display "$DISPLAY"} "$@"