From 18598b5b7d932d5f0221fbca87554f61643b44fa Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 25 Aug 2024 01:54:02 -0400 Subject: [PATCH] picom: add to dim ignorelist --- .config/picom/picom.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 5e00c35..117591e 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,6 +1,8 @@ inactive-dim = 0.35; focus-exclude = [ + "class_g = 'dwm'", "class_g = 'dmenu'", + "class_g = 'slop'", "role = 'Popup'", "name = 'Picture-in-Picture'" ];