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'" ];