mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-07 16:54:21 +02:00
13 lines
390 B
SYSTEMD
13 lines
390 B
SYSTEMD
|
[Unit]
|
||
|
Description=Compositor for X11
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/picom --backend glx \
|
||
|
--xrender-sync-fence \
|
||
|
--vsync \
|
||
|
--opacity-rule 100:fullscreen \
|
||
|
--opacity-rule 85:!fullscreen \
|
||
|
--opacity-rule 100:focused
|
||
|
Restart=on-failure
|