diff --git a/launch_picom.sh b/launch_picom.sh new file mode 100644 index 0000000..722f4fb --- /dev/null +++ b/launch_picom.sh @@ -0,0 +1 @@ +ps -C picom >/dev/null && : || picom &