diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-01-04 18:35:32 +0000 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-01-04 18:35:32 +0000 |
commit | 131eff33548c6a345224605dcd6f1136deec5449 (patch) | |
tree | 7d5b2a360c1241c019a7329c4ff7bc094e266e63 /config/default | |
parent | 67932d809686edd04a6ca9ba1748f763254c0552 (diff) | |
download | enlightenment-131eff33548c6a345224605dcd6f1136deec5449.tar.gz enlightenment-131eff33548c6a345224605dcd6f1136deec5449.tar.xz enlightenment-131eff33548c6a345224605dcd6f1136deec5449.zip |
e: don't allow to disable composite in wizard
SVN revision: 82226
Diffstat (limited to 'config/default')
-rw-r--r-- | config/default/e.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default/e.src b/config/default/e.src index 64b702b75..c94d89e09 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -20,7 +20,7 @@ group "E_Config" struct { value "zone_desks_y_count" int: 1; value "show_desktop_icons" int: 1; value "edge_flip_dragging" int: 0; - value "use_composite" int: 0; + value "use_composite" int: 1; value "no_module_delay" int: 1; group "modules" list { group "E_Config_Module" struct { |