Try --experimental-backends in compositor due to crashes
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 29 Aug 2022 13:57:24 +0000 (09:57 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 29 Aug 2022 13:57:24 +0000 (09:57 -0400)
home/.xlaunch.d.horlamca/compositor

index a8a36ef..f860bee 100755 (executable)
@@ -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 \
This page took 0.019461 seconds and 4 git commands to generate.