From 64d4768ee52c46f3286c52f84226b295d2d58b4c Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 16 Jun 2014 18:03:22 +0900 Subject: [PATCH] e config - make all configs have full backlight config (and the same) --- config/default/e.src | 4 +++- config/mobile/e.src | 8 +++++--- config/standard/e.src | 4 +++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/config/default/e.src b/config/default/e.src index 8eb837f8b..fde837c6e 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; diff --git a/config/mobile/e.src b/config/mobile/e.src index 5b0c24b2e..6badaa04b 100644 --- a/config/mobile/e.src +++ b/config/mobile/e.src @@ -199,9 +199,11 @@ group "E_Config" struct { value "exec.show_run_dialog" uchar: 0; value "exec.show_exit_dialog" uchar: 0; value "null_container_win" uchar: 1; - value "backlight.normal" double: 1.0000000000000000000000000; - value "backlight.dim" double: 0.2999999999999999888977698; - value "backlight.transition" double: 0.5000000000000000000000000; + 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; diff --git a/config/standard/e.src b/config/standard/e.src index 48fc3ece4..134a7c9a3 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -191,9 +191,11 @@ group "E_Config" struct { value "exec.show_run_dialog" uchar: 1; value "exec.show_exit_dialog" uchar: 1; value "null_container_win" uchar: 0; - 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 "deskenv.load_xrdb" uchar: 1; value "deskenv.load_xmodmap" uchar: 1; value "deskenv.load_gnome" uchar: 0;