diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-11-18 18:28:21 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-11-18 18:28:21 +0000 |
commit | 420bec9c7980c361f87229704e451fec425eb2a9 (patch) | |
tree | 490cbb943b30d6e65d90b7a51d5448462ebe0fb8 /common/xfce4/xfconf/xfce-perchannel-xml | |
parent | 4624a4cb3a30ccf48b30ce5ed0d5b50ebeb22fdf (diff) | |
download | config-420bec9c7980c361f87229704e451fec425eb2a9.tar config-420bec9c7980c361f87229704e451fec425eb2a9.tar.gz config-420bec9c7980c361f87229704e451fec425eb2a9.tar.bz2 config-420bec9c7980c361f87229704e451fec425eb2a9.tar.xz config-420bec9c7980c361f87229704e451fec425eb2a9.zip |
- add support for xfce4-power-manager
Diffstat (limited to 'common/xfce4/xfconf/xfce-perchannel-xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml new file mode 100644 index 0000000..812c77c --- /dev/null +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -0,0 +1,9 @@ +<?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="empty"/> + <property name="show-tray-icon" type="uint" value="0"/> + <property name="dpms-enabled" type="empty"/> + </property> +</channel> |