Configuration for autosuspend, see https://autosuspend.readthedocs.io/en/latest/configuration_file.html#general-configuration for supported values.
Declarations
Type
section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
enable = true;
interval = 30;
idle_time = 120;
}