vincentbernat.i3wm-configur.../dotfiles/systemd/picom.service
Vincent Bernat f469d76f9e picom: use custom version
This is only next from today. Wanting to try rounded corners (not
really working well) and blur (not that useful).
2021-11-12 08:41:33 +01:00

9 lines
288 B
Desktop File

[Unit]
Description=Compositor for X11
PartOf=graphical-session.target
[Service]
ExecStartPre=%h/.config/i3/bin/picom-configure
ExecStart=%h/.local/bin/picom --config ${XDG_RUNTIME_DIR}/i3/picom.conf --experimental-backends
ExecReload=%h/.config/i3/bin/picom-configure
Restart=on-failure