diff --git a/config/standard/e.src b/config/standard/e.src index 3eb539424..3c89790be 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -1564,18 +1564,21 @@ group "E_Config" struct { value "type" int: 5; value "status" int: 0; value "action" string: "suspend"; + value "params" string: "now"; } group "E_Config_Binding_Acpi" struct { value "context" int: 0; value "type" int: 6; value "status" int: 0; value "action" string: "halt_now"; + value "params" string: "now"; } group "E_Config_Binding_Acpi" struct { value "context" int: 0; value "type" int: 8; value "status" int: 0; value "action" string: "suspend"; + value "params" string: "now"; } } value "window_placement_policy" int: 0;