services.picom.wintypes
NixOS option
Rules for specific window types.
type: attribute setDefault
{
popup_menu = { opacity = config.services.picom.menuOpacity; };
dropdown_menu = { opacity = config.services.picom.menuOpacity; };
}
Example
declared in: nixos/modules/services/x11/picom.nixView source on NixOS/nixpkgs →{ }