summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHannes Janetzek <hannes.janetzek@gmail.com>2010-04-10 20:05:57 +0000
committerHannes Janetzek <hannes.janetzek@gmail.com>2010-04-10 20:05:57 +0000
commitc9c75b2420f7dde577db42a33bf66f34f3063e63 (patch)
treef8b182c9db4cb424ed2c8585a194d5cdceb0301f /config
parent6b520fb445ff112543e8dabd6268e6013d44c26f (diff)
downloadenlightenment-c9c75b2420f7dde577db42a33bf66f34f3063e63.tar.gz
'everything'
- everything plugins are now e-modules. SVN revision: 47895
Diffstat (limited to 'config')
-rw-r--r--config/standard/e.src56
1 files changed, 56 insertions, 0 deletions
diff --git a/config/standard/e.src b/config/standard/e.src
index aad481a1fb..96237e08bc 100644
--- a/config/standard/e.src
+++ b/config/standard/e.src
@@ -476,6 +476,62 @@ group "E_Config" struct {
group "E_Config_Module" struct {
value "name" string: "everything";
value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: -1000;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "everything-files";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "everything-apps";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "everything-calc";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "everything-aspell";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "everything-wallpaper";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "everything-settings";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "everything-windows";
+ value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}