mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
11 lines
254 B
SYSTEMD
11 lines
254 B
SYSTEMD
|
[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
|