12 lines
481 B
XML
12 lines
481 B
XML
|
|
<?xml version="1.1" encoding="UTF-8"?>
|
||
|
|
|
||
|
|
<channel name="xfce4-power-manager" version="1.0">
|
||
|
|
<property name="xfce4-power-manager" type="empty">
|
||
|
|
<property name="power-button-action" type="empty"/>
|
||
|
|
<property name="profile-on-ac" type="string" value="performance"/>
|
||
|
|
<property name="dpms-on-ac-sleep" type="uint" value="15"/>
|
||
|
|
<property name="dpms-enabled" type="bool" value="true"/>
|
||
|
|
<property name="dpms-on-ac-off" type="uint" value="20"/>
|
||
|
|
</property>
|
||
|
|
</channel>
|