diff options
author | Carsten Haitzler <raster@rasterman.com> | 2011-06-12 23:48:18 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2011-06-12 23:48:18 +0000 |
commit | 3277210fe4a21ebe0b0be8e8f53c162ceccdc624 (patch) | |
tree | 387d557c0024aa8e0ed3fb434d06655a2a2e27eb /config/standard/e.src | |
parent | fee122d19d2ca583e208d2329ddc838544a4d678 (diff) | |
download | enlightenment-3277210fe4a21ebe0b0be8e8f53c162ceccdc624.tar.gz enlightenment-3277210fe4a21ebe0b0be8e8f53c162ceccdc624.tar.xz enlightenment-3277210fe4a21ebe0b0be8e8f53c162ceccdc624.zip |
load backlight module by default and have bindings by default for
backlight stuff
SVN revision: 60249
Diffstat (limited to 'config/standard/e.src')
-rw-r--r-- | config/standard/e.src | 60 |
1 files changed, 51 insertions, 9 deletions
diff --git a/config/standard/e.src b/config/standard/e.src index 6c4b3e025..e548571cd 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -280,6 +280,14 @@ group "E_Config" struct { value "priority" int: 0; } } + group "modules" list { + group "E_Config_Module" struct { + value "name" string: "backlight"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + } group "themes" list { group "E_Config_Theme" struct { value "category" string: "theme"; @@ -927,8 +935,19 @@ group "E_Config" struct { group "E_Config_Binding_Key" struct { value "context" int: 9; value "modifiers" int: 0; - value "key" string: "Execute"; - value "action" string: "everything"; + value "key" string: "XF86MonBrightnessUp"; + value "action" string: "backlight_adjust"; + value "params" string: "0.1"; + value "any_mod" uchar: 0; + } + } + group "key_bindings" list { + group "E_Config_Binding_Key" struct { + value "context" int: 9; + value "modifiers" int: 0; + value "key" string: "XF86MonBrightnessDown"; + value "action" string: "backlight_adjust"; + value "params" string: "-0.1"; value "any_mod" uchar: 0; } } @@ -1407,13 +1426,15 @@ group "E_Config" struct { value "context" int: 0; value "type" int: 15; value "status" int: -1; - value "action" string: "dim_screen"; + value "action" string: "backlight_adjust"; + value "params" string: "-0.1"; } group "E_Config_Binding_Acpi" struct { value "context" int: 0; value "type" int: 16; value "status" int: -1; - value "action" string: "undim_screen"; + value "action" string: "backlight_adjust"; + value "params" string: "0.1"; } group "E_Config_Binding_Acpi" struct { value "context" int: 0; @@ -1457,7 +1478,7 @@ group "E_Config" struct { group "E_Config_Binding_Acpi" struct { value "context" int: 0; value "type" int: 5; - value "status" int: 1; + value "status" int: -1; value "action" string: "suspend"; value "params" string: "now"; } @@ -1623,6 +1644,24 @@ group "E_Config" struct { } group "clients" list { group "E_Config_Gadcon_Client" struct { + value "name" string: "backlight"; + value "id" string: "backlight"; + value "geom.pos" int: 559; + value "geom.size" int: 32; + value "geom.res" int: 800; + value "geom.pos_x" double: 0.0000000000000000000000000; + value "geom.pos_y" double: 0.0000000000000000000000000; + value "geom.size_w" double: 0.0000000000000000000000000; + value "geom.size_h" double: 0.0000000000000000000000000; + value "state_info.seq" int: 6; + value "state_info.flags" int: 0; + value "style" string: "plain"; + value "autoscroll" uchar: 0; + value "resizable" uchar: 0; + } + } + group "clients" list { + group "E_Config_Gadcon_Client" struct { value "name" string: "temperature"; value "id" string: "temperature.1"; value "geom.pos" int: 672; @@ -1632,7 +1671,7 @@ group "E_Config" struct { value "geom.pos_y" double: 0.0000000000000000000000000; value "geom.size_w" double: 0.0000000000000000000000000; value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 6; + value "state_info.seq" int: 7; value "state_info.flags" int: 0; value "style" string: "plain"; value "autoscroll" uchar: 0; @@ -1650,7 +1689,7 @@ group "E_Config" struct { value "geom.pos_y" double: 0.0000000000000000000000000; value "geom.size_w" double: 0.0000000000000000000000000; value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 7; + value "state_info.seq" int: 8; value "state_info.flags" int: 0; value "style" string: "plain"; value "autoscroll" uchar: 0; @@ -1668,7 +1707,7 @@ group "E_Config" struct { value "geom.pos_y" double: 0.0000000000000000000000000; value "geom.size_w" double: 0.0000000000000000000000000; value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 8; + value "state_info.seq" int: 9; value "state_info.flags" int: 0; value "style" string: "plain"; value "autoscroll" uchar: 0; @@ -1686,7 +1725,7 @@ group "E_Config" struct { value "geom.pos_y" double: 0.0000000000000000000000000; value "geom.size_w" double: 0.0000000000000000000000000; value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 9; + value "state_info.seq" int: 10; value "state_info.flags" int: 0; value "style" string: "plain"; value "autoscroll" uchar: 0; @@ -2125,4 +2164,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; } |