diff options
author | Samuel F. Baggen <thanatermesis.elive@gmail.com> | 2013-01-17 00:57:53 +0000 |
---|---|---|
committer | Samuel F. Baggen <thanatermesis.elive@gmail.com> | 2013-01-17 00:57:53 +0000 |
commit | 2494e166eb5e4ef5c3353762ce13b83d7ccf8cc5 (patch) | |
tree | 0f8f0fe6290ac219a30c3a8230cb55fe3f5cda06 | |
parent | d959b75a7857491af712b167f4d7f35cfb681476 (diff) | |
download | enlightenment-2494e166eb5e4ef5c3353762ce13b83d7ccf8cc5.tar.gz |
added missing conf for screen_limits (new lost windows)
SVN revision: 82913
-rw-r--r-- | config/default/e.src | 1 | ||||
-rw-r--r-- | config/standard/e.src | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default/e.src b/config/default/e.src index e3c627b30a..705c2e9190 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -479,6 +479,7 @@ group "E_Config" struct { value "theme_default_border_style" string: "default"; value "desk_auto_switch" int: 0; value "thumb_nice" int: 0; + value "screen_limits" int: 0; value "menu_favorites_show" int: 1; value "menu_apps_show" int: 1; value "ping_clients_interval" int: 16; diff --git a/config/standard/e.src b/config/standard/e.src index 70d560cee5..7b6987218e 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -161,6 +161,7 @@ group "E_Config" struct { value "theme_default_border_style" string: "default"; value "desk_auto_switch" int: 0; value "thumb_nice" int: 0; + value "screen_limits" int: 0; value "menu_favorites_show" int: 1; value "menu_apps_show" int: 1; value "ping_clients_interval" int: 128; |