diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-10-07 10:01:14 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-10-07 10:01:14 +0000 |
commit | 35773a3241e9552eacb3dc3c87a6cb094ab632f7 (patch) | |
tree | 65cc26dc3bb22d575a62b039165a710d48787fa8 /config | |
parent | 7bb9376863a66b78db4f75613b96430d6a8ef3fc (diff) | |
download | enlightenment-35773a3241e9552eacb3dc3c87a6cb094ab632f7.tar.gz |
add config for disabling delayed modules. this actually drastically
speeds up e startup - but this i mean the shelf comes up instantly
populated rather than taking 2 or 3 seconds to figure its life out.
SVN revision: 77558
Diffstat (limited to 'config')
-rw-r--r-- | config/default/e.src | 1 | ||||
-rw-r--r-- | config/mobile/e.src | 1 | ||||
-rw-r--r-- | config/standard/e.src | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/default/e.src b/config/default/e.src index 947b9074e3..916efaf000 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -20,6 +20,7 @@ group "E_Config" struct { value "show_desktop_icons" int: 1; value "edge_flip_dragging" int: 0; value "use_composite" int: 0; + value "no_module_delay" int: 1; group "modules" list { group "E_Config_Module" struct { value "name" string: "wizard"; diff --git a/config/mobile/e.src b/config/mobile/e.src index f30bdb67af..5328f09a91 100644 --- a/config/mobile/e.src +++ b/config/mobile/e.src @@ -219,6 +219,7 @@ group "E_Config" struct { value "powersave.extreme" double: 1200.0; value "powersave.min" int: 0; value "powersave.max" int: 5; + value "no_module_delay" int: 1; group "syscon.actions" list { group "E_Config_Syscon_Action" struct { value "action" string: "halt"; diff --git a/config/standard/e.src b/config/standard/e.src index ec3ca4daee..56d3e6cbae 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -212,6 +212,7 @@ group "E_Config" struct { value "powersave.extreme" double: 1200.0; value "powersave.min" int: 0; value "powersave.max" int: 5; + value "no_module_delay" int: 1; group "syscon.actions" list { group "E_Config_Syscon_Action" struct { value "action" string: "halt"; |