From c238be4bded45592d74478818600129790789892 Mon Sep 17 00:00:00 2001 From: George Abbott Date: Tue, 24 Jan 2023 23:39:36 +0000 Subject: Added a rule to picom to invert Zeal to make it dark mode --- picom.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1