Configure power manager
This commit is contained in:
parent
b3a7aeaf6b
commit
2256ba8a5e
@ -2,10 +2,15 @@
|
|||||||
|
|
||||||
<channel name="xfce4-power-manager" version="1.0">
|
<channel name="xfce4-power-manager" version="1.0">
|
||||||
<property name="xfce4-power-manager" type="empty">
|
<property name="xfce4-power-manager" type="empty">
|
||||||
<property name="power-button-action" type="empty"/>
|
<property name="power-button-action" type="uint" value="1"/>
|
||||||
<property name="show-tray-icon" type="bool" value="false"/>
|
<property name="show-tray-icon" type="bool" value="false"/>
|
||||||
<property name="show-panel-label" type="int" value="0"/>
|
<property name="show-panel-label" type="int" value="0"/>
|
||||||
<property name="brightness-switch-restore-on-exit" type="int" value="-1"/>
|
<property name="brightness-switch-restore-on-exit" type="int" value="0"/>
|
||||||
<property name="brightness-switch" type="int" value="0"/>
|
<property name="brightness-switch" type="int" value="0"/>
|
||||||
|
<property name="sleep-button-action" type="uint" value="1"/>
|
||||||
|
<property name="hibernate-button-action" type="uint" value="1"/>
|
||||||
|
<property name="critical-power-level" type="uint" value="10"/>
|
||||||
|
<property name="critical-power-action" type="uint" value="1"/>
|
||||||
|
<property name="inactivity-sleep-mode-on-battery" type="uint" value="1"/>
|
||||||
</property>
|
</property>
|
||||||
</channel>
|
</channel>
|
||||||
|
Loading…
Reference in New Issue
Block a user