#!/bin/bash [[ ! $(pidof compton) ]] && compton [[ ! $(pidof unclutter) ]] && unclutter [[ ! $(pidof mpd) ]] && mpd [[ ! $(pidof transmission-daemon) ]] && transmission-daemon [[ ! $(pidof dunst) ]] && dunst [[ ! $(pidof nm-applet) ]] && nm-applet