This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch v-0.25.0
in repository enlightenment.
View the commit online.
commit 77ae5de41ad6622be1d08dab490474e405f654d5
Author: Carsten Haitzler <[email protected]>
AuthorDate: Fri Apr 15 12:50:50 2022 +0100
config - remove duplicate bindings for the same acpi event
this is bad - same event does 3 things. dim, undim and show brightness
controls...
@fix
---
data/config/standard/e_bindings.src | 12 ------------
data/config/tiling/e_bindings.src | 12 ------------
2 files changed, 24 deletions(-)
diff --git a/data/config/standard/e_bindings.src b/data/config/standard/e_bindings.src
index 6dac57f12..5e485c7db 100644
--- a/data/config/standard/e_bindings.src
+++ b/data/config/standard/e_bindings.src
@@ -15,18 +15,6 @@ group "E_Config_Bindings" struct {
value "action" string: "backlight_adjust";
value "params" string: "10";
}
- group "E_Config_Binding_Acpi" struct {
- value "context" int: 0;
- value "type" int: 22;
- value "status" int: 0;
- value "action" string: "dim_screen";
- }
- group "E_Config_Binding_Acpi" struct {
- value "context" int: 0;
- value "type" int: 22;
- value "status" int: 1;
- value "action" string: "undim_screen";
- }
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 3;
diff --git a/data/config/tiling/e_bindings.src b/data/config/tiling/e_bindings.src
index 887f0c88e..d580b112a 100644
--- a/data/config/tiling/e_bindings.src
+++ b/data/config/tiling/e_bindings.src
@@ -15,18 +15,6 @@ group "E_Config_Bindings" struct {
value "action" string: "backlight_adjust";
value "params" string: "10";
}
- group "E_Config_Binding_Acpi" struct {
- value "context" int: 0;
- value "type" int: 22;
- value "status" int: 0;
- value "action" string: "dim_screen";
- }
- group "E_Config_Binding_Acpi" struct {
- value "context" int: 0;
- value "type" int: 22;
- value "status" int: 1;
- value "action" string: "undim_screen";
- }
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 3;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.