diff options
author | Michael BOUCHAUD <michael.bouchaud@gmail.com> | 2011-08-11 20:28:56 +0000 |
---|---|---|
committer | Michael BOUCHAUD <michael.bouchaud@gmail.com> | 2011-08-11 20:28:56 +0000 |
commit | 4a1637776eeae40c0cf4ee348a58c6abc6214819 (patch) | |
tree | 2d6bfb35edd821b10f8ad1376032e5f07941264e /config/default | |
parent | cc3c3bf07ce614b2421ced372628551069b35236 (diff) | |
download | enlightenment-4a1637776eeae40c0cf4ee348a58c6abc6214819.tar.gz enlightenment-4a1637776eeae40c0cf4ee348a58c6abc6214819.tar.xz enlightenment-4a1637776eeae40c0cf4ee348a58c6abc6214819.zip |
e: revert my dumb idea
SVN revision: 62358
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 3cf5148c4..151603cf1 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -528,7 +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: 0.0; + value "backlight.normal" double: 1.0; value "backlight.dim" double: 0.3; value "backlight.transition" double: 0.5; } |