From 4dc42140d15d0a7c286e2337e4f70acd51e36298 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 3 Nov 2021 06:07:34 +0100 Subject: [PATCH] picom: switch to experimental backends This may solve a crash. Alternative would be to use: ``` shadow-exclude = [ # Workaround for a crash in Picom (running out of XIDs) "! name~=''" ]; ``` --- dotfiles/systemd/picom.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd/picom.service b/dotfiles/systemd/picom.service index 29babdd..9e0ed44 100644 --- a/dotfiles/systemd/picom.service +++ b/dotfiles/systemd/picom.service @@ -4,6 +4,6 @@ PartOf=graphical-session.target [Service] ExecStartPre=%h/.config/i3/bin/picom-configure -ExecStart=/usr/bin/picom --config ${XDG_RUNTIME_DIR}/i3/picom.conf +ExecStart=/usr/bin/picom --config ${XDG_RUNTIME_DIR}/i3/picom.conf --experimental-backends ExecReload=%h/.config/i3/bin/picom-configure Restart=on-failure