From 10984fba7828203a2ee930b4bfa6661005c0a6b0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:42:59 +0400 Subject: [PATCH] please work --- config/picom/picom.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index b9607134..66be2767 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -124,8 +124,8 @@ inactive-opacity-override = false; # Specify a list of conditions of windows that should never be considered focused. # focus-exclude = [] -focus-exclude = [ "class_g = 'Cairo-clock'", - "class_g = 'emacs'"]; +focus-exclude = [ "class_g = 'Cairo-clock'" + ]; # Use fixed inactive dim value, instead of adjusting according to window opacity. # inactive-dim-fixed = 1.0 @@ -137,6 +137,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'", # example: # opacity-rule = [ "80:class_g = 'URxvt'" ]; # +opacity-rule = [ "100:class_g = 'emacs'" ]; ################################# # Corners #