#!/bin/bash

if ! pgrep -x "nebide-we" >/dev/null; then
	echo "nebide-we is not running, starting it..."
	nebide-we &
fi

killall cpulimit
picom-compositor
renice 0 -p $(pidof awesome | head -1)
