Skip to content

colorfilter: Add support for activation at startup and to disable cumulative filtering

This PR adds 2 new options:

  1. An option to enable screen filtering when the plugins gets activated. This allows to have filters active right away when Compiz starts, which is very useful for people needing filters to be active.
  2. An option to disable the cumulative filters mode which combines all filters together. Combined with the previous option, it allows to startup with a single filter yet have one or more secondary filters for special needs. Additionally, cumulative filters mode is rarely useful but when the desired effect is effectively the combination of a set of filters; most of the time if filters are used individually they don't really give a meaningful result together.

This PR doesn't affect the default behavior (opt-in).

Merge request reports