mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
10 lines
254 B
Desktop File
10 lines
254 B
Desktop File
[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
|