summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2011-04-01 13:16:24 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2011-04-01 13:16:24 -0400
commitdbda0b734de597e895574c58dac45c2c00e2e582 (patch)
tree309eaa1bc6f04b7c1769852d95c144adcce59837 /data
parent5256cc74dd1a188ebe59951cd133dbb75fb51fc7 (diff)
downloadgnome-settings-daemon-dbda0b734de597e895574c58dac45c2c00e2e582.tar.gz
Change default inactive sleep on battery to suspend
This is consistent with lid settings and most or all modern hardware can hibernate automatically when battery runs out anyway according to mjg59.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in2
1 files changed, 1 insertions, 1 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 4e0f3c54..f0719d8c 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
@@ -66,7 +66,7 @@
<description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep.</description>
</key>
<key name="sleep-inactive-battery-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
- <default>'hibernate'</default>
+ <default>'suspend'</default>
<summary>Whether to hibernate, suspend or do nothing when inactive</summary>
<description>The type of sleeping that should be performed when the computer is inactive.</description>
</key>