Skip to content

Ugly shadows on menus in Chrome 119.0 #949

Answered by teaper
Filip-K asked this question in Q&A
Discussion options

You must be logged in to vote

/etc/xdg/picom.conf 中设置 menu = { shadow = false; } 可以解决

wintypes:
{
  tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
  dock = { shadow = false; clip-shadow-above = true; }
  dnd = { shadow = false; }
  menu        = { shadow = false; }
  popup_menu = { opacity = 0.8; }
  dropdown_menu = { opacity = 0.8; }
};

Replies: 5 comments 11 replies

Comment options

You must be logged in to vote
1 reply
@Filip-K
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Filip-K
Comment options

Comment options

You must be logged in to vote
8 replies
@p3k
Comment options

@fahmidbinfarooqui
Comment options

@kgilmer
Comment options

@kgilmer
Comment options

@fahmidbinfarooqui
Comment options

Answer selected by Filip-K
Comment options

You must be logged in to vote
1 reply
@kbc8090
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
10 participants