picom: add to dim ignorelist

This commit is contained in:
frosty 2024-08-25 01:54:02 -04:00
parent 0e8bead6fa
commit 18598b5b7d

View file

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