diff options
Diffstat (limited to 'skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml')
-rw-r--r-- | skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml new file mode 100644 index 0000000..e4aa393 --- /dev/null +++ b/skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -0,0 +1,12 @@ +<?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="show-tray-icon" type="uint" value="0"/> + <property name="lid-action-on-battery" type="uint" value="1"/> + <property name="critical-power-action" type="uint" value="1"/> + <property name="spin-down-on-battery" type="bool" value="false"/> + <property name="lock-screen-suspend-hibernate" type="bool" value="false"/> + </property> +</channel> |