summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-07-04 21:59:59 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-07-09 10:17:55 +0100
commit5f47c52f7c21709f9cfa04bedfb1bf99dc99b7c6 (patch)
treeb337c1cf22dc58106cd8a67d5d0a70ddd15e161e /data
parentcf76bd8338c0854564e65c9716399d150abbe49b (diff)
downloadenlightenment-5f47c52f7c21709f9cfa04bedfb1bf99dc99b7c6.tar.gz
e default config - disable more modules we don't really need
teamwork is a nice idea but really it's more of a vector for issues asking e to pop up files or uri's via dbus from apps that are gui apps that... can do this themselves anyway :)
Diffstat (limited to 'data')
-rw-r--r--data/config/standard/e.src6
-rw-r--r--data/config/tiling/e.src6
2 files changed, 0 insertions, 12 deletions
diff --git a/data/config/standard/e.src b/data/config/standard/e.src
index 9de54fb926..6c392dfa3a 100644
--- a/data/config/standard/e.src
+++ b/data/config/standard/e.src
@@ -1079,12 +1079,6 @@ group "E_Config" struct {
value "priority" int: 0;
}
group "E_Config_Module" struct {
- value "name" string: "teamwork";
- value "enabled" uchar: 1;
- value "delayed" uchar: 1;
- value "priority" int: 0;
- }
- group "E_Config_Module" struct {
value "name" string: "connman";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
diff --git a/data/config/tiling/e.src b/data/config/tiling/e.src
index 5413d3bf1c..dacf6de1b7 100644
--- a/data/config/tiling/e.src
+++ b/data/config/tiling/e.src
@@ -1094,12 +1094,6 @@ group "E_Config" struct {
value "priority" int: 0;
}
group "E_Config_Module" struct {
- value "name" string: "teamwork";
- value "enabled" uchar: 1;
- value "delayed" uchar: 1;
- value "priority" int: 0;
- }
- group "E_Config_Module" struct {
value "name" string: "connman";
value "enabled" uchar: 1;
value "delayed" uchar: 1;