mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 00:05:13 +02:00
This is derived from my Awesome configuration. Still a lot to do from a WM perspective. The organization is a bit different and I am giving it up on the per-display systemd units as it does not really work due to the fact we only have one user DBus and one environment.
12 lines
390 B
Desktop File
12 lines
390 B
Desktop File
[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
|