From: Siraaj Khandkar Date: Mon, 29 Aug 2022 13:57:24 +0000 (-0400) Subject: Try --experimental-backends in compositor due to crashes X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=a92bc6c5e2ed8e25536158b9048692c0cbcb7d7f Try --experimental-backends in compositor due to crashes --- diff --git a/home/.xlaunch.d.horlamca/compositor b/home/.xlaunch.d.horlamca/compositor index a8a36ef..f860bee 100755 --- a/home/.xlaunch.d.horlamca/compositor +++ b/home/.xlaunch.d.horlamca/compositor @@ -1,8 +1,10 @@ #! /bin/bash +# XXX Trying --experimental-backends due to crashes. https://superuser.com/a/1686011 + picom \ + --experimental-backends \ --shadow \ - --config ~/.compton.conf \ - & + --config ~/.compton.conf # --active-opacity=0.85 \ # --inactive-opacity=0.65 \