mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 09:53:28 +02:00
11 lines
344 B
Desktop File
11 lines
344 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
|