#!/bin/sh while true; do # Log stderror to a file dunst & st cmus & dwmblocks 2>&1 > /dev/null & dwm 2> ~/.cache/dwm.log killall dwmblocks # No error logging #dwm >/dev/null 2>&1 done