From ab4c9399362f4b773fdb3ebca7967b33693b481f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:48:55 +0400 Subject: [PATCH] attempt again --- config/picom/picom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 636822b9..3d4e6974 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -137,7 +137,8 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # opacity-rule = [ "80:class_g = 'URxvt'" ]; # opacity-rule = [ - "100:class_g = 'dwmsystray'" + "100:class_g = 'dwmsystray'", + "100:class_g = 'dwm'" ]