[gnome-settings-daemon] Add two more keys from gnome-power-manager to be able to add control-center functionality



commit 8b7fc05e1b0ecead116fbc38f080886d2bdc1691
Author: Richard Hughes <richard hughsie com>
Date:   Thu Nov 18 11:28:43 2010 +0000

    Add two more keys from gnome-power-manager to be able to add control-center functionality

 ...settings-daemon.plugins.power.gschema.xml.in.in |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
index 37a626a..3790356 100644
--- a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
@@ -30,5 +30,15 @@
       <summary>The default amount of time to dim the screen after idle</summary>
       <description>The default amount of time to dim the screen after idle.</description>
     </key>
+    <key name="sleep-display-ac" type="i">
+      <default>1800</default>
+      <summary>Sleep timeout display when on AC</summary>
+      <description>The amount of time in seconds before the display turns off when the computer is on AC power.</description>
+    </key>
+    <key name="sleep-display-battery" type="i">
+      <default>1800</default>
+      <summary>Sleep timeout display when on battery</summary>
+      <description>The amount of time in seconds before the display turns off when the computer is on battery power.</description>
+    </key>
   </schema>
 </schemalist>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]