mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 02:04:21 +02:00
10 lines
296 B
Desktop File
10 lines
296 B
Desktop File
[Unit]
|
|
Description=Compositor for X11 on %I
|
|
PartOf=graphical-session@%i.target
|
|
|
|
[Service]
|
|
Environment=DISPLAY=%I
|
|
ExecStart=/usr/bin/picom --experimental-backends \
|
|
--backend xr_glx_hybrid \
|
|
--vsync \
|
|
--vsync-use-glfinish
|