aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2009-02-03 14:27:31 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2009-02-03 14:27:31 +0000
commit7d9dcd1b1a122e9af6fd4bbe9b2508a95c76d7cf (patch)
treea113b5142aa5699248b340cc245053f026f656b1 /common
parent9124791f4731a4ac966801b75c6bbf7b26e929ea (diff)
downloadconfig-7d9dcd1b1a122e9af6fd4bbe9b2508a95c76d7cf.tar
config-7d9dcd1b1a122e9af6fd4bbe9b2508a95c76d7cf.tar.gz
config-7d9dcd1b1a122e9af6fd4bbe9b2508a95c76d7cf.tar.bz2
config-7d9dcd1b1a122e9af6fd4bbe9b2508a95c76d7cf.tar.xz
config-7d9dcd1b1a122e9af6fd4bbe9b2508a95c76d7cf.zip
- update configs for Xfce-4.6-rc1
Diffstat (limited to 'common')
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml8
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml10
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml10
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml4
4 files changed, 18 insertions, 14 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
index 2252542..5fd7a9b 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -8,8 +8,10 @@
<property name="last-image" type="string" value="/usr/share/mdk/backgrounds/default.jpg"/>
<property name="last-single-image" type="string" value="/usr/share/mdk/backgrounds/default.jpg"/>
<property name="image-show" type="empty"/>
- <property name="brightness" type="empty"/>
- <property name="saturation" type="empty"/>
+ <property name="brightness" type="int" value="0"/>
+ <property name="saturation" type="double" value="1.000000"/>
+ <property name="color-style" type="int" value="0"/>
+ <property name="image-style" type="int" value="4"/>
</property>
</property>
</property>
@@ -23,7 +25,7 @@
<property name="show-filesystem" type="bool" value="true"/>
<property name="show-home" type="bool" value="true"/>
</property>
- <property name="icon-size" type="empty"/>
+ <property name="icon-size" type="uint" value="36"/>
</property>
<property name="windowlist-menu" type="empty">
<property name="show-submenus" type="bool" value="false"/>
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 94465cb..e286679 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
@@ -2,13 +2,11 @@
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
- <property name="cpu-scaling-gov" type="bool" value="false"/>
+ <property name="cpu-scaling-gov" type="empty"/>
<property name="show-tray-icon" type="uint" value="1"/>
<property name="dpms-enabled" type="bool" value="true"/>
- <property name="on-ac-monitor-dpms-timeouts" type="array">
- <value type="uint" value="5"/>
- <value type="uint" value="10"/>
- <value type="uint" value="15"/>
- </property>
+ <property name="on-ac-monitor-dpms-timeouts" type="empty"/>
+ <property name="power-switch-action" type="uint" value="0"/>
+ <property name="sleep-switch-action" type="uint" value="1"/>
</property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
index b87be6d..46a6b0b 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
@@ -3,15 +3,15 @@
<channel name="xfce4-session" version="1.0">
<property name="general" type="empty">
<property name="FailsafeSessionName" type="string" value="Failsafe"/>
- <property name="AutoSave" type="bool" value="false"/>
+ <property name="AutoSave" type="bool" value="true"/>
<property name="PromptOnLogout" type="bool" value="true"/>
- <property name="SessionName" type="string" value="Default"/>
+ <property name="SessionName" type="empty"/>
<property name="SaveOnExit" type="bool" value="true"/>
</property>
<property name="sessions" type="empty">
<property name="Failsafe" type="empty">
<property name="IsFailsafe" type="bool" value="true"/>
- <property name="Count" type="int" value="4"/>
+ <property name="Count" type="int" value="5"/>
<property name="Client0_Command" type="array">
<value type="string" value="xfwm4"/>
</property>
@@ -29,6 +29,10 @@
<value type="string" value="xfdesktop"/>
</property>
<property name="Client3_PerScreen" type="bool" value="false"/>
+ <property name="Client4_Command" type="array">
+ <value type="string" value="xfce4-settings-helper"/>
+ </property>
+ <property name="Client4_PerScreen" type="bool" value="false"/>
</property>
</property>
<property name="splash" type="empty">
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
index 94f72fb..cf1e31f 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-settings-manager" version="1.0">
- <property name="window-width" type="int" value="480"/>
- <property name="window-height" type="int" value="640"/>
+ <property name="window-width" type="int" value="800"/>
+ <property name="window-height" type="int" value="600"/>
</channel>