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?
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 ?
Ha ha nice someone speaks my language and understand the post
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.