summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Abbott <george@gabbott.dev>2023-01-24 23:39:36 +0000
committerGeorge Abbott <george@gabbott.dev>2023-01-24 23:39:36 +0000
commitc238be4bded45592d74478818600129790789892 (patch)
tree0614bada22ebd44506d0a57cc99e7fd9e70d1777
parent76b8de97c76a82d8410e4432d56af138f87ff60f (diff)
Added a rule to picom to invert Zeal to make it dark mode
-rw-r--r--picom.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/picom.conf b/picom.conf
index b188c8f..46d5efb 100644
--- a/picom.conf
+++ b/picom.conf
@@ -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