diff options
author | BlackNoxis <stevencristian@hotmail.com> | 2012-07-27 02:28:43 +0300 |
---|---|---|
committer | BlackNoxis <stevencristian@hotmail.com> | 2012-07-27 02:28:43 +0300 |
commit | 94b01bb25ad176cdf44e42e689198e988b8e54f1 (patch) | |
tree | 7bce4df98c8bce474a880b5fdb5ee1d6daa5047d /skel/.config/xfce4/xfconf | |
parent | 8328408933f121dde5ad6ae4bfbf255d4c436a21 (diff) |
[xfce4-desktop] added the right xfce4-desktop xml file
Diffstat (limited to 'skel/.config/xfce4/xfconf')
-rw-r--r-- | skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml index 3337037..2c0f397 100644 --- a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml +++ b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -4,23 +4,33 @@ <property name="backdrop" type="empty"> <property name="screen0" type="empty"> <property name="monitor0" type="empty"> - <property name="image-path" type="string" value="/usr/share/backgrounds/sabayonlinux.png"/> - <property name="last-image" type="string" value="/usr/share/backgrounds/sabayonlinux.png"/> - <property name="last-single-image" type="string" value="/usr/share/backgrounds/sabayonlinux.png"/> + <property name="brightness" type="empty"/> + <property name="color1" type="empty"/> + <property name="color2" type="empty"/> + <property name="color-style" type="empty"/> + <property name="image-path" type="string" value="/usr/share/backgrounds/rogentoslinux.png"/> + <property name="last-image" type="string" value="/usr/share/backgrounds/rogentoslinux.png"/> + <property name="last-single-image" type="string" value="/usr/share/backgrounds/rogentoslinux.png"/> + <property name="image-show" type="bool" value="true"/> + <property name="image-style" type="int" value="3"/> + <property name="last-image-list" type="string" value="/home/blacknoxis/.config/xfce4/desktop/backdrop.list"/> </property> </property> </property> <property name="desktop-icons" type="empty"> <property name="file-icons" type="empty"> <property name="show-filesystem" type="bool" value="false"/> - <property name="show-removable" type="bool" value="false"/> + <property name="show-removable" type="bool" value="true"/> <property name="show-home" type="bool" value="true"/> </property> <property name="use-custom-font-size" type="bool" value="true"/> - <property name="font-size" type="double" value="10.000000"/> - <property name="icon-size" type="uint" value="32"/> + <property name="font-size" type="double" value="7.000000"/> + <property name="icon-size" type="uint" value="18"/> </property> <property name="desktop-menu" type="empty"> - <property name="show" type="bool" value="false"/> + <property name="show-home" type="bool" value="false"/> + <property name="show-filesystem" type="bool" value="false"/> + <property name="show-trash" type="bool" value="false"/> + <property name="show" type="bool" value="true"/> </property> </channel> |