How to disable picom transparency on popup windows?

Hi!

I noticed that Picom adds tranparency to popup windows (right click) and also to Rofi menus. Is there a way to disable that, but keeping th fade animations and shadows?

popup_menu :
  {
    opacity = 1.0;
    shadow = false;
    full-shadow = false;
    focus = false;
  };
  popup_menu = { opacity = 1.0; }
  dropdown_menu = { opacity = 1.0; }

something something ?

2 Likes

Ha ha nice someone speaks my language and understand the post :wink:

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.