#Picom fading doesn’t work on new windows
1 messages · Page 1 of 1 (latest)
Problem solved.
What was the fix @tawdry finch
I set the fade value to true in the normal section of this piece of code at the end of the file:
{
normal = { fade = false; shadow = false; }
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
dock = { shadow = false; }
dnd = { shadow = false; }
popup_menu = { opacity = 0.8; }
dropdown_menu = { opacity = 0.8; }
};```
Okay