summaryrefslogtreecommitdiff
path: root/config/default/e.src
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2011-07-26 00:48:40 +0000
committerCarsten Haitzler <raster@rasterman.com>2011-07-26 00:48:40 +0000
commit4f771c682684b9a87624d14422a37466547c742d (patch)
tree3d895d56b3ba7b37b9d44c9148c8c99a55a59a8d /config/default/e.src
parenta80eff2e471244464738ccef19fbc65677931874 (diff)
downloadenlightenment-4f771c682684b9a87624d14422a37466547c742d.tar.gz
1. fix up visible profile names - computer and touchscreen for less
confusion 2. fix up power btn handling to do the SAME thing - not halt AND halt now. SVN revision: 61716
Diffstat (limited to 'config/default/e.src')
-rw-r--r--config/default/e.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/default/e.src b/config/default/e.src
index b57db33451..151603cf1f 100644
--- a/config/default/e.src
+++ b/config/default/e.src
@@ -528,4 +528,7 @@ group "E_Config" struct {
value "exec.expire_timeout" double: 30.0;
value "exec.show_run_dialog" uchar: 1;
value "exec.show_exit_dialog" uchar: 1;
+ value "backlight.normal" double: 1.0;
+ value "backlight.dim" double: 0.3;
+ value "backlight.transition" double: 0.5;
}