vincentbernat.i3wm-configur.../dotfiles/systemd/picom.service
Vincent Bernat 2f8e2f7f0c picom: starts after xsettingsd
This is needed for templating
2023-07-03 07:30:48 +02:00

10 lines
268 B
Desktop File

[Unit]
Description=Compositor for X11
PartOf=graphical-session.target
After=xsettingsd.service
[Service]
ExecStartPre=%h/.config/i3/bin/picom-configure
ExecStart=/usr/bin/picom --config %t/i3/picom.conf
ExecReload=%h/.config/i3/bin/picom-configure
Restart=on-failure