mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 20:24:22 +02:00
picom: switch to a configuration file
It's easier to edit rules this way. Also, add some rules.
This commit is contained in:
parent
c08a54aed0
commit
3ba1e7e45d
3 changed files with 20 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue