spawn package:xmonad

spawn. Launch an external application. Specifically, it double-forks and runs the String you pass as a command to /bin/sh. Note this function assumes your locale uses utf8.
Like spawn, but returns the ProcessID of the launched application