From 86243ce7bdd032d8b7eaf95bcfdc6c5576487a00 Mon Sep 17 00:00:00 2001 From: therbron Date: Thu, 9 Jul 2020 10:37:07 +0200 Subject: [PATCH] Fix picom launching script --- .config/picom/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom/launch.sh b/.config/picom/launch.sh index 7e7dede..6e0d7be 100755 --- a/.config/picom/launch.sh +++ b/.config/picom/launch.sh @@ -7,4 +7,4 @@ killall -q picom while pgrep -u $UID -x picom >/dev/null; do sleep 1; done # Start picom -picom --experimental-backends +picom --experimental-backends &