diff options
author | George Abbott <george@gabbott.dev> | 2023-01-24 23:39:36 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2023-01-24 23:39:36 +0000 |
commit | c238be4bded45592d74478818600129790789892 (patch) | |
tree | 0614bada22ebd44506d0a57cc99e7fd9e70d1777 | |
parent | 76b8de97c76a82d8410e4432d56af138f87ff60f (diff) |
Added a rule to picom to invert Zeal to make it dark mode
-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 |