services.picom.opacityRules

Rules that control the opacity of windows, in format PERCENT:PATTERN.

Type
list of string
Default
[ ]
Example
[
  "95:class_g = 'URxvt' && !_NET_WM_STATE@:32a"
  "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
]
Declared
<home-manager/modules/services/picom.nix>