diff options
-rw-r--r-- | picom.conf | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -296,7 +296,9 @@ detect-transient = true; # Specify a list of conditions of windows that should be painted with inverted color. # Resource-hogging, and is not well tested. # -# invert-color-include = [] +invert-color-include = [ + "class_g = 'Zeal'" +]; # GLX backend: Avoid using stencil buffer, useful if you don't have a stencil buffer. # Might cause incorrect opacity when rendering transparent content (but never |