vincentbernat.i3wm-configur.../systemd/compton@.service
Vincent Bernat a65d6371e8 systemd: make service restart on failure
xiccd crashed for some reason.
2021-06-18 08:18:04 +02:00

12 lines
363 B
Desktop File

[Unit]
Description=Compositor for X11 on %I
PartOf=graphical-session@%i.target
[Service]
Environment=DISPLAY=%I
ExecStart=/usr/bin/compton --backend glx \
--xrender-sync \
--xrender-sync-fence \
--vsync opengl-swc \
--paint-on-overlay
Restart=on-failure