mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 04:34:21 +02:00
11 lines
330 B
Desktop File
11 lines
330 B
Desktop File
[Unit]
|
|
Description=Compositor for X11
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/picom --backend glx \
|
|
--xrender-sync-fence \
|
|
--vsync \
|
|
--inactive-opacity 0.85 \
|
|
--opacity-rule 100:fullscreen
|
|
Restart=on-failure
|