From 2168375d512ba906343c91eb90995129defc8a28 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:31:58 +0400 Subject: [PATCH] fix picom thing --- 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 08a4159a..b9607134 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -124,7 +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'" ]; +focus-exclude = [ "class_g = 'Cairo-clock'", + "class_g = 'emacs'"]; # Use fixed inactive dim value, instead of adjusting according to window opacity. # inactive-dim-fixed = 1.0