picom: switch to a configuration file

It's easier to edit rules this way. Also, add some rules.
This commit is contained in:
Vincent Bernat 2021-07-05 18:20:36 +02:00
parent c08a54aed0
commit 3ba1e7e45d
3 changed files with 20 additions and 6 deletions

View file

@ -3,10 +3,5 @@ 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 \
--opacity-rule 100:override_redirect
ExecStart=/usr/bin/picom
Restart=on-failure