blob: 31cd486eed6a8130a477cbc9f582e09cf28654bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<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="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>
</channel>
|