From f469d76f9e67bf7d9af00291ed8a59684519614b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 12 Nov 2021 08:41:33 +0100 Subject: [PATCH] picom: use custom version This is only next from today. Wanting to try rounded corners (not really working well) and blur (not that useful). --- 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 9e0ed44..850cb0f 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 --experimental-backends +ExecStart=%h/.local/bin/picom --config ${XDG_RUNTIME_DIR}/i3/picom.conf --experimental-backends ExecReload=%h/.config/i3/bin/picom-configure Restart=on-failure