picom: use custom version

This is only next from today. Wanting to try rounded corners (not
really working well) and blur (not that useful).
This commit is contained in:
Vincent Bernat 2021-11-12 08:41:33 +01:00
parent c2a9c0095d
commit f469d76f9e

View file

@ -4,6 +4,6 @@ PartOf=graphical-session.target
[Service] [Service]
ExecStartPre=%h/.config/i3/bin/picom-configure 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 ExecReload=%h/.config/i3/bin/picom-configure
Restart=on-failure Restart=on-failure