mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
picom: opaque popup menu
This commit is contained in:
parent
500540aece
commit
5f6c749ce9
@ -25,8 +25,8 @@ wintypes:
|
||||
dock = { shadow = false; clip-shadow-above = true; }
|
||||
dnd = { shadow = false; }
|
||||
menu = { animation = "slide-down"; }
|
||||
popup_menu = { animation = "slide-down"; opacity = 0.8; }
|
||||
dropdown_menu = { animation = "slide-down"; opacity = 0.8; }
|
||||
popup_menu = { animation = "slide-down"; opacity = 1; }
|
||||
dropdown_menu = { animation = "slide-down"; opacity = 1; }
|
||||
toolbar = { animation = "none"; }
|
||||
};
|
||||
animations = true;
|
||||
|
Loading…
Reference in New Issue
Block a user