From e0e60de791d3808b3c43716da2f7f9d850bf3f0f Mon Sep 17 00:00:00 2001 From: noah Date: Tue, 23 Aug 2022 00:22:13 -0500 Subject: [PATCH] Adding experimental backend flag to openbox autostart to support picom GLX backend --- openbox/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/autostart b/openbox/autostart index 50bd83b..d81d26f 100755 --- a/openbox/autostart +++ b/openbox/autostart @@ -1,5 +1,5 @@ tint2 & -picom & +picom --experimental-backends & spotify & xset s off & (sleep 2 && ~/scripts/home.sh) &