.xsession.d/5compton-picom.sh
790d1169
 if [ "$(command -v picom)" ]
 then
   picom &
 elif [ "$(command -v compton)" ]
 then
   compton &
 fi