From 7191b735e55bb01cefb841a87482f40ca079f7c8 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 20 Sep 2011 11:47:15 +0000 Subject: [PATCH] and default profile has them off. SVN revision: 63500 --- config/default/e.src | 3 +++ 1 file changed, 3 insertions(+) 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; }