mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-22 03:44:48 +02:00
picom: do not change opacity of override_redirect windows
This commit is contained in:
parent
2e53b86fea
commit
74cf459f5d
1 changed files with 2 additions and 1 deletions
|
@ -7,5 +7,6 @@ ExecStart=/usr/bin/picom --backend glx \
|
|||
--xrender-sync-fence \
|
||||
--vsync \
|
||||
--inactive-opacity 0.85 \
|
||||
--opacity-rule 100:fullscreen
|
||||
--opacity-rule 100:fullscreen \
|
||||
--opacity-rule 100:override_redirect
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue