[gnome-settings-daemon] Move the gnome-power-manager 'idle-dim-ac' key here as well, but it's disabled by default



commit 2dd98414639207e09ccf6d6b54fe8f9a334456aa
Author: Richard Hughes <richard hughsie com>
Date:   Wed Nov 17 16:54:33 2010 +0000

    Move the gnome-power-manager 'idle-dim-ac' key here as well, but it's disabled by default

 ...settings-daemon.plugins.power.gschema.xml.in.in |    5 +++++
 1 files changed, 5 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 8938d0b..37a626a 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
@@ -15,6 +15,11 @@
       <summary>The brightness of the screen when idle</summary>
       <description>This is the laptop panel screen brightness used when the session is idle.</description>
     </key>
+    <key name="idle-dim-ac" type="b">
+      <default>false</default>
+      <summary>Dim the screen after a period of inactivity when on AC power</summary>
+      <description>If the screen should be dimmed to save power when the computer is idle when on AC power.</description>
+    </key>
     <key name="idle-dim-battery" type="b">
       <default>true</default>
       <summary>Dim the screen after a period of inactivity when on battery power</summary>



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