#!/bin/bash wait_time=0.1 st -e trans -shell -brief & sleep $wait_time st -e ncmpcpp & sleep $wait_time st -e htop & sleep $wait_time st -e aerc &