summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2011-06-06 02:47:51 +0000
committerCarsten Haitzler <raster@rasterman.com>2011-06-06 02:47:51 +0000
commitf7c752c855565cb1bffb4daa9b1e2a5f4d4eed23 (patch)
treeec0592687822bc09566976f6726a805386b354dd /config
parentfe69442288cb74e77cab56e5ee86b7fe74e1f063 (diff)
downloadenlightenment-f7c752c855565cb1bffb4daa9b1e2a5f4d4eed23.tar.gz
fill out acpi default bindings
SVN revision: 59981
Diffstat (limited to 'config')
-rw-r--r--config/standard/e.src47
1 files changed, 39 insertions, 8 deletions
diff --git a/config/standard/e.src b/config/standard/e.src
index a400d73316..6c4b3e0256 100644
--- a/config/standard/e.src
+++ b/config/standard/e.src
@@ -1405,37 +1405,68 @@ group "E_Config" struct {
group "acpi_bindings" list {
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
- value "type" int: 1;
+ value "type" int: 15;
+ value "status" int: -1;
+ value "action" string: "dim_screen";
+ }
+ group "E_Config_Binding_Acpi" struct {
+ value "context" int: 0;
+ value "type" int: 16;
+ value "status" int: -1;
+ value "action" string: "undim_screen";
+ }
+ 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: 1;
+ 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: 5;
- value "status" int: 0;
- value "action" string: "suspend_now";
- value "params" string: "now";
+ value "type" int: 3;
+ value "status" int: -1;
+ value "action" string: "syscon";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 6;
value "status" int: -1;
- value "action" string: "halt_now";
+ value "action" string: "halt";
value "params" string: "now";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 8;
value "status" int: -1;
- value "action" string: "suspend_now";
+ value "action" string: "suspend";
value "params" string: "now";
}
+ group "E_Config_Binding_Acpi" struct {
+ value "context" int: 0;
+ value "type" int: 12;
+ value "status" int: -1;
+ value "action" string: "hiberate";
+ value "params" string: "now";
+ }
+ group "E_Config_Binding_Acpi" struct {
+ value "context" int: 0;
+ value "type" int: 5;
+ value "status" int: 1;
+ value "action" string: "suspend";
+ value "params" string: "now";
+ }
+ group "E_Config_Binding_Acpi" struct {
+ value "context" int: 0;
+ value "type" int: 20;
+ value "status" int: -1;
+ value "action" string: "volume_mute";
+ }
}
value "window_placement_policy" int: 0;
value "focus_policy" int: 2;