{ "env":{ "PATH":"$(PATH):$(HOME)/.local/bin" }, "apps":[ { "name":"Change Resolution Desktop", "prep-cmd":[ { "do":"xrandr --mode $[width]x$[height]", "undo":"xrandr --auto" } ] }, { "name":"Steam BigPicture", "output":"steam.txt", "detached":["setsid steam steam://open/bigpicture"] } ] }