This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 62ba8d8f6c37e1f9e844e53f1b3fc9cec817c271
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Nov 30 18:56:50 2024 +0000
config - fix default action to be hibernate spelled right
---
data/config/standard/e_bindings.src | 2 +-
data/config/tiling/e_bindings.src | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/config/standard/e_bindings.src b/data/config/standard/e_bindings.src
index 5e485c7db..768a57943 100644
--- a/data/config/standard/e_bindings.src
+++ b/data/config/standard/e_bindings.src
@@ -38,7 +38,7 @@ group "E_Config_Bindings" struct {
value "context" int: 0;
value "type" int: 12;
value "status" int: -1;
- value "action" string: "hiberate";
+ value "action" string: "hibernate";
value "params" string: "now";
}
group "E_Config_Binding_Acpi" struct {
diff --git a/data/config/tiling/e_bindings.src b/data/config/tiling/e_bindings.src
index d580b112a..4e706c375 100644
--- a/data/config/tiling/e_bindings.src
+++ b/data/config/tiling/e_bindings.src
@@ -38,7 +38,7 @@ group "E_Config_Bindings" struct {
value "context" int: 0;
value "type" int: 12;
value "status" int: -1;
- value "action" string: "hiberate";
+ value "action" string: "hibernate";
value "params" string: "now";
}
group "E_Config_Binding_Acpi" struct {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.