mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
9 lines
237 B
Desktop File
9 lines
237 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 \
|
|
--glx-no-rebind-pixmap \
|
|
--vsync
|