#!/usr/bin/env bash

# allows bspwm to reload when killed
while true; do
	bspwm || break
done