diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-11 16:10:10 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-11 16:10:10 +0000 |
commit | a35e6bd931549190274ff0d0fca3d6aa02b8676f (patch) | |
tree | 1a45000f9774d5ae56d863ac1bd5bb6a940cc7fa /common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | |
parent | 2b904ecdde71c8ba0e34922056b7c96db2cb3cef (diff) | |
download | config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar.gz config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar.bz2 config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar.xz config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.zip |
- update xfconf settings
- set DPI to 96
- set keyboard shortcuts
- set default options for xfce4-notifyd, xfce4-power-manager and keyboard-layout"
Diffstat (limited to 'common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | 9 |
1 files changed, 7 insertions, 2 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 index 812c77c..55c40ca 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -2,8 +2,13 @@ <channel name="xfce4-power-manager" version="1.0"> <property name="xfce4-power-manager" type="empty"> - <property name="cpu-scaling-gov" type="empty"/> + <property name="cpu-scaling-gov" type="bool" value="false"/> <property name="show-tray-icon" type="uint" value="0"/> - <property name="dpms-enabled" type="empty"/> + <property name="dpms-enabled" type="bool" value="true"/> + <property name="on-ac-monitor-dpms-timeouts" type="array"> + <value type="uint" value="10"/> + <value type="uint" value="15"/> + <value type="uint" value="20"/> + </property> </property> </channel> |