The configuration to pass to Gammastep. Available options for Gammastep described in gammastep(1).

Declarations
Type
attribute set of attribute set of (INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  general = {
    adjustment-method = "randr";
  };
  randr = {
    screen = 0;
  };
};