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