picom: try again!

This commit is contained in:
Vincent Bernat 2021-06-30 20:39:37 +02:00
parent dd042ae594
commit d3af9e4890
4 changed files with 12 additions and 14 deletions

10
systemd/picom@.service Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=Compositor for X11 on %I
PartOf=graphical-session@%i.target
[Service]
Environment=DISPLAY=%I
ExecStart=/usr/bin/picom --backend glx \
--xrender-sync-fence \
--vsync
Restart=on-failure