e config - make all configs have full backlight config (and the same)

This commit is contained in:
Carsten Haitzler 2014-06-16 18:03:22 +09:00
parent f3f03d9a73
commit 64d4768ee5
3 changed files with 11 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;