From 834aabd510e34b01b2db1dfd5916eca459f1dffa Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:46:59 +0400 Subject: [PATCH] should work now --- config/picom/picom.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index d29b234c..636822b9 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -136,7 +136,9 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # example: # opacity-rule = [ "80:class_g = 'URxvt'" ]; # -# opacity-rule = [] +opacity-rule = [ + "100:class_g = 'dwmsystray'" +] #################################