new file mode 100644
@@ -0,0 +1,7 @@
+if [ "$(command -v picom)" ]
+then
+ picom &
+elif [ "$(command -v compton)" ]
+ compton &
+fi