aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2009-04-07 17:41:08 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2009-04-07 17:41:08 +0000
commit2dbfbf2856acd9b4e66ed5e03d663f296e648d3e (patch)
treeef111f6c845eb2fac2347fe8263532648d88b7d9
parentf220a6fc9ca65e11d226f1469ffa7a08e0f228a9 (diff)
downloadconfig-2dbfbf2856acd9b4e66ed5e03d663f296e648d3e.tar
config-2dbfbf2856acd9b4e66ed5e03d663f296e648d3e.tar.gz
config-2dbfbf2856acd9b4e66ed5e03d663f296e648d3e.tar.bz2
config-2dbfbf2856acd9b4e66ed5e03d663f296e648d3e.tar.xz
config-2dbfbf2856acd9b4e66ed5e03d663f296e648d3e.zip
- update settings for new xfce4-power-manager
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
index 31cd486..d0f2175 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
@@ -2,15 +2,16 @@
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
- <property name="cpu-scaling-gov" type="bool" value="false"/>
+ <property name="cpu-scaling-gov" type="empty"/>
<property name="show-tray-icon" type="uint" value="1"/>
<property name="dpms-enabled" type="bool" value="true"/>
- <property name="on-ac-monitor-dpms-timeouts" type="array">
- <value type="uint" value="5"/>
- <value type="uint" value="10"/>
- <value type="uint" value="15"/>
- </property>
- <property name="sleep-switch-action" type="uint" value="1"/>
- <property name="power-switch-action" type="uint" value="2"/>
+ <property name="on-ac-monitor-dpms-timeouts" type="empty"/>
+ <property name="sleep-switch-action" type="string" value="Suspend"/>
+ <property name="power-switch-action" type="string" value="Shutdown"/>
+ <property name="dpms-sleep-mode" type="string" value="sleep"/>
+ <property name="lock-screen-suspend-hibernate" type="bool" value="true"/>
+ <property name="on-ac-dpms-sleep" type="uint" value="10"/>
+ <property name="on-ac-dpms-off" type="uint" value="15"/>
+ <property name="general-notification" type="bool" value="true"/>
</property>
</channel>