al-skel/home/bin/start-compton

8 lines
117 B
Bash
Executable File

#!/usr/bin/env bash
if [[ "$(pidof compton)" ]]; then
al-compositor --restart
else
al-compositor --start
fi