summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-01-16 20:01:37 +0100
committerBastien Nocera <hadess@hadess.net>2013-01-17 10:05:31 +0100
commitbd3b8beeae9a3d88483aa0d33fd10042593735a6 (patch)
tree1ceb2627864c82cb12c325731620d9ceb0b8e3e3 /data
parent82af1816f32a26f28027ea7ce8edc79cd833bc76 (diff)
downloadgnome-settings-daemon-bd3b8beeae9a3d88483aa0d33fd10042593735a6.tar.gz
power: Remove idle-dim-time
And make the default time for the dimming be based upon the idle timeout. If there is no idle timeout, dim at one minute of idle. If there is an idle timeout, ensure that the dim time is at least 10 seconds, otherwise a third of the idle-delay.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in5
1 files changed, 0 insertions, 5 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 24c97bf2..e717949c 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
@@ -20,11 +20,6 @@
<summary>Dim the screen after a period of inactivity</summary>
<description>If the screen should be dimmed to save power when the computer is idle.</description>
</key>
- <key name="idle-dim-time" type="i">
- <default>90</default>
- <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-inactive-ac-timeout" type="i">
<default>0</default>
<summary>Sleep timeout computer when on AC</summary>