#Picom fading doesn’t work on new windows

1 messages · Page 1 of 1 (latest)

tawdry finch
#

here is my config.

tawdry finch
#

Problem solved.

weak blade
#

What was the fix @tawdry finch

tawdry finch
# weak blade What was the fix <@462563893219164181>

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; }
};```
weak blade
#

Okay