mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
11 lines
281 B
SYSTEMD
11 lines
281 B
SYSTEMD
|
[Unit]
|
||
|
Description=Compositor for X11 on %I
|
||
|
PartOf=graphical-session@%i.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=DISPLAY=%I
|
||
|
ExecStart=/usr/bin/picom --backend glx \
|
||
|
--glx-no-stencil \
|
||
|
--glx-no-rebind-pixmap \
|
||
|
--vsync
|