From 6a963551247b82c2edf6fe453241bccce40a9f15 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Wed, 1 Feb 2023 20:38:21 -0500 Subject: [PATCH] picom fix --- bin/picom-launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/picom-launch.sh b/bin/picom-launch.sh index 68a7631..80acc57 100755 --- a/bin/picom-launch.sh +++ b/bin/picom-launch.sh @@ -3,6 +3,6 @@ killall picom # waits for termination -while pgrep picom >/dev/null; do sleep 1; done +while pgrep -x picom >/dev/null; do sleep 1; done picom -b --config ~/.config/picom/picom.conf