picom fix

This commit is contained in:
spinach 2023-02-01 20:38:21 -05:00
parent ea21ba71fa
commit 6a96355124

View File

@ -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