blob: 55c40ca97f3dfd3a00f5badc15bca4edbb04b6db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?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="0"/>
<property name="dpms-enabled" type="bool" value="true"/>
<property name="on-ac-monitor-dpms-timeouts" type="array">
<value type="uint" value="10"/>
<value type="uint" value="15"/>
<value type="uint" value="20"/>
</property>
</property>
</channel>
|