services.picom.shadowExclude
NixOS option
List of conditions of windows that should have no shadow. See picom(1) man page for more examples.
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/services/x11/picom.nixView source on NixOS/nixpkgs →[ "window_type *= 'menu'" "name ~= 'Firefox$'" "focused = 1" ]