e - fix profiles to have correct adjust value for bl adjust in bindings

@fix
devs/stefan/wl-session-recovery
Carsten Haitzler 9 years ago
parent 591a3752e6
commit 28e0c783b3
  1. 4
      config/standard/e_bindings.src
  2. 4
      config/tiling/e_bindings.src

@ -6,14 +6,14 @@ group "E_Config_Bindings" struct {
value "type" int: 15;
value "status" int: -1;
value "action" string: "backlight_adjust";
value "params" string: "-0.1";
value "params" string: "-10";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 16;
value "status" int: -1;
value "action" string: "backlight_adjust";
value "params" string: "0.1";
value "params" string: "10";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;

@ -6,14 +6,14 @@ group "E_Config_Bindings" struct {
value "type" int: 15;
value "status" int: -1;
value "action" string: "backlight_adjust";
value "params" string: "-0.1";
value "params" string: "-10";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 16;
value "status" int: -1;
value "action" string: "backlight_adjust";
value "params" string: "0.1";
value "params" string: "10";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;

Loading…
Cancel
Save