fix default illume profile conifg to have config module

fix centering - turn it off in illume



SVN revision: 37730
devs/princeamd/enlightenment-0.17-elive
Carsten Haitzler 15 years ago
parent 620a5f8989
commit 5d6f81407b
  1. 50
      config/illume/e.src
  2. 2
      src/modules/illume/e_mod_layout.c
  3. 4
      x-ui.sh

@ -48,6 +48,14 @@ group "E_Config" struct {
value "priority" int: 0;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_desk";
@ -106,7 +114,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "battery";
value "name" string: "conf_display";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -114,7 +122,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "mixer";
value "name" string: "conf_profiles";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -122,7 +130,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "clock";
value "name" string: "conf_performance";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -130,7 +138,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "pager";
value "name" string: "conf_fonts";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -138,7 +146,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "connman";
value "name" string: "conf_engine";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -146,7 +154,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_display";
value "name" string: "conf_startup";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -154,7 +162,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_profiles";
value "name" string: "conf_theme";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -162,7 +170,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_performance";
value "name" string: "conf_wallpaper";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -170,7 +178,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_fonts";
value "name" string: "dropshadow";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -178,7 +186,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_engine";
value "name" string: "conf_desks";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -186,7 +194,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_startup";
value "name" string: "conf_scale";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -194,15 +202,15 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_theme";
value "name" string: "gadman";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
value "priority" int: -100;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_wallpaper";
value "name" string: "battery";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -210,7 +218,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "dropshadow";
value "name" string: "mixer";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -218,7 +226,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_desks";
value "name" string: "clock";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
@ -226,20 +234,12 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "conf_scale";
value "name" string: "pager";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "gadman";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: -100;
}
}
group "font_defaults" list {
group "E_Font_Default" struct {
value "text_class" string: "default";

@ -395,6 +395,7 @@ _e_mod_layout_cb_hook_post_fetch(void *data, E_Border *bd)
bd->bordername = evas_stringshare_add("borderless");
bd->client.border.changed = 1;
}
bd->client.e.state.centered = 0;
}
}
@ -418,6 +419,7 @@ _e_mod_layout_post_border_assign(E_Border *bd, int not_new)
e_slipshelf_safe_app_region_get(bd->zone, &wx, &wy, &ww, &wh);
e_kbd_safe_app_region_get(bd->zone, &wx2, &wy2, &ww2, &wh2);
E_RECTS_CLIP_TO_RECT(wx, wy, ww, wh, wx2, wy2, ww2, wh2);
bd->client.e.state.centered = 0;
if ((bd->client.netwm.type == ECORE_X_WINDOW_TYPE_DOCK) ||
(bd->client.qtopia.soft_menu))
{

@ -14,5 +14,5 @@ Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 &
sleep 1
export DISPLAY=:1
unset E_RESTART E_START E_IPC_SOCKET E_START_TIME
#E_CONF_PROFILE=default enlightenment_start
enlightenment_start -profile illume
E_CONF_PROFILE=default enlightenment_start
#enlightenment_start -profile illume

Loading…
Cancel
Save