diff options
author | Carsten Haitzler <raster@rasterman.com> | 2011-09-20 11:47:15 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2011-09-20 11:47:15 +0000 |
commit | 7191b735e55bb01cefb841a87482f40ca079f7c8 (patch) | |
tree | 7da46427038daa3db698b9aed39a8b2d7482d86f /config | |
parent | 8fdd202115a0e9fe175f69d7cb01be9289c7c33d (diff) | |
download | enlightenment-7191b735e55bb01cefb841a87482f40ca079f7c8.tar.gz enlightenment-7191b735e55bb01cefb841a87482f40ca079f7c8.tar.xz enlightenment-7191b735e55bb01cefb841a87482f40ca079f7c8.zip |
and default profile has them off.
SVN revision: 63500
Diffstat (limited to 'config')
-rw-r--r-- | config/default/e.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/default/e.src b/config/default/e.src index 151603cf1..e20ba4649 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -531,4 +531,7 @@ group "E_Config" struct { value "backlight.normal" double: 1.0; value "backlight.dim" double: 0.3; value "backlight.transition" double: 0.5; + value "device_desktop" int: 0; + value "device_auto_mount" int: 0; + value "device_auto_open" int: 0; } |