update config for v14

This commit is contained in:
Mike Blumenkrantz 2013-12-21 12:01:54 -05:00
parent 86656e4df9
commit 742e7d55b3
3 changed files with 4 additions and 26 deletions

View File

@ -1,8 +1,7 @@
group "E_Config" struct {
value "config_version" int: 1000011;
value "config_version" int: 1000014;
value "config_type" uint: 0; // this profile seems to just be super minimalist
value "show_splash" int: 0;
value "init_default_theme" string: "default.edj";
value "desktop_default_name" string: "%i-%i";
value "desktop_default_window_profile" string: "";
value "menus_scroll_speed" double: 1000.0;
@ -31,12 +30,6 @@ group "E_Config" struct {
value "priority" int: 0;
}
}
group "themes" list {
group "E_Config_Theme" struct {
value "category" string: "theme";
value "file" string: "default.edj";
}
}
value "window_placement_policy" int: 0;
value "window_grouping" int: 0;
value "focus_policy" int: 0;

View File

@ -1,8 +1,7 @@
group "E_Config" struct {
value "config_version" int: 1000011;
value "config_version" int: 1000014;
value "config_type" uint: 1;
value "show_splash" int: 1;
value "init_default_theme" string: "default.edj";
value "desktop_default_name" string: "%i-%i";
value "desktop_default_window_profile" string: "mobile";
value "menus_scroll_speed" double: 1000.0000000000000000000000000;
@ -392,12 +391,6 @@ group "E_Config" struct {
value "priority" int: 0;
}
}
group "themes" list {
group "E_Config_Theme" struct {
value "category" string: "theme";
value "file" string: "default.edj";
}
}
group "gadcons" list {
group "E_Config_Gadcon" struct {
group "clients" list {

View File

@ -1,8 +1,7 @@
group "E_Config" struct {
value "config_version" int: 1000012;
value "config_version" int: 1000014;
value "config_type" uint: 3;
value "show_splash" int: 1;
value "init_default_theme" string: "default.edj";
value "desktop_default_name" string: "%i-%i";
value "desktop_default_window_profile" string: "standard";
value "menus_scroll_speed" double: 1000.0;
@ -606,8 +605,7 @@ group "E_Config" struct {
value "id" int: 1;
value "manager" int: 0;
value "zone" int: 0;
value "layer" int: 200;
value "popup" uchar: 1;
value "layer" int: 250;
value "orient" int: 6;
value "fit_along" uchar: 1;
value "fit_size" uchar: 0;
@ -868,12 +866,6 @@ group "E_Config" struct {
value "id" int: 115;
}
}
group "themes" list {
group "E_Config_Theme" struct {
value "category" string: "theme";
value "file" string: "default.edj";
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_comp";