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 string
Default
[ ]
Example
[
  "window_type *= 'menu'"
  "name ~= 'Firefox$'"
  "focused = 1"
]
declared in: nixos/modules/services/x11/picom.nixView source on NixOS/nixpkgs →