diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-06-16 18:03:22 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-06-16 18:03:22 +0900 |
commit | 64d4768ee52c46f3286c52f84226b295d2d58b4c (patch) | |
tree | 67ce4f06c90e2b03a0ccc5ca25734f6aae927b42 /config/default | |
parent | f3f03d9a736c4bce73bb094ecce7676444aca6ab (diff) | |
download | enlightenment-64d4768ee52c46f3286c52f84226b295d2d58b4c.tar.gz |
e config - make all configs have full backlight config (and the same)
Diffstat (limited to 'config/default')
-rw-r--r-- | config/default/e.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/default/e.src b/config/default/e.src index 8eb837f8b0..fde837c6ed 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -201,9 +201,11 @@ group "E_Config" struct { value "exec.show_run_dialog" uchar: 1; value "exec.show_exit_dialog" uchar: 1; value "null_container_win" uchar: 1; - value "backlight.normal" double: 1.0; + value "backlight.normal" double: 1.0 value "backlight.dim" double: 0.3; value "backlight.transition" double: 0.5; + value "backlight.timer" double: 1.0; + value "backlight.idle_dim" uchar: 0; value "device_desktop" int: 0; value "device_auto_mount" int: 0; value "device_auto_open" int: 0; |