if [ "$(command -v picom)" ]
then
  picom &
elif [ "$(command -v compton)" ]
then
  compton &
fi