aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>