summaryrefslogtreecommitdiff
path: root/config/default/e.src
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2008-11-25 08:05:58 +0000
committerCarsten Haitzler <raster@rasterman.com>2008-11-25 08:05:58 +0000
commit5a29e1f6b5f834cea564cc305bb8f856c3f79cbd (patch)
tree1dca33de9c96d906278cf6b684fa78a201aeb639 /config/default/e.src
parentb9d7bcd3775dece81d8a4bb6ea0640e683126aae (diff)
downloadenlightenment-5a29e1f6b5f834cea564cc305bb8f856c3f79cbd.tar.gz
syscon module added - provides a system entry in main menu (build in one gone
now). syscon has a poup with buttons (configurale) that offer all the logout/reboot etc. stuff. also able to extend with more items or inline them into the theme too. not complete. need config for being able to extend the syscon popup (and use it) and no gui config for configuring what should appear and how it should look. possibly theme should have custon elements for the ones curently using button + icon look. also no keyboard control. SVN revision: 37797
Diffstat (limited to 'config/default/e.src')
-rw-r--r--config/default/e.src7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/default/e.src b/config/default/e.src
index e6a56b55e4..0f941213c4 100644
--- a/config/default/e.src
+++ b/config/default/e.src
@@ -1,5 +1,5 @@
group "E_Config" struct {
- value "config_version" int: 65834;
+ value "config_version" int: 65835;
value "show_splash" int: 0;
value "init_default_theme" string: "default.edj";
value "desktop_default_name" string: "Desktop %i, %i";
@@ -522,4 +522,9 @@ group "E_Config" struct {
value "idle_cursor" uchar: 1;
value "default_system_menu" string: "";
value "cfgdlg_normal_wins" uchar: 0;
+ value "syscon.main.icon_size" int: 64;
+ value "syscon.secondary.icon_size" int: 48;
+ value "syscon.extra.icon_size" int: 48;
+ value "syscon.timeout" double: 0.0;
+ value "syscon.do_input" uchar: 0;
}