skel: add xfce4 power manager settings
- show tray icon - sleep on close lid when on battery - power button action: ask what to do - blank screen after 10 minutes of idle, lock after 11 minutes - on battery, sleep after 15 minutes of idle
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" 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="brightness-switch-restore-on-exit" type="int" value="1"/>
|
||||||
|
<property name="brightness-switch" type="int" value="0"/>
|
||||||
|
<property name="lid-action-on-battery" type="uint" value="1"/>
|
||||||
|
<property name="general-notification" type="bool" value="true"/>
|
||||||
|
<property name="critical-power-action" type="uint" value="3"/>
|
||||||
|
<property name="blank-on-battery" type="int" value="11"/>
|
||||||
|
<property name="dpms-on-battery-sleep" type="uint" value="11"/>
|
||||||
|
<property name="dpms-on-battery-off" type="uint" value="12"/>
|
||||||
|
<property name="blank-on-ac" type="int" value="10"/>
|
||||||
|
<property name="dpms-on-ac-sleep" type="uint" value="11"/>
|
||||||
|
<property name="dpms-on-ac-off" type="uint" value="12"/>
|
||||||
|
<property name="inactivity-sleep-mode-on-battery" type="uint" value="1"/>
|
||||||
|
<property name="inactivity-on-battery" type="uint" value="15"/>
|
||||||
|
<property name="show-tray-icon" type="int" value="1"/>
|
||||||
|
</property>
|
||||||
|
</channel>
|
||||||
Reference in New Issue
Block a user