diff options
Diffstat (limited to 'xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml')
-rw-r--r-- | xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml new file mode 100644 index 0000000..704762e --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-desktop" version="1.0"> + <property name="backdrop" type="empty"> + <property name="screen0" type="empty"> + <property name="monitoreDP-1" type="empty"> + <property name="workspace0" type="empty"> + <property name="color-style" type="int" value="0"/> + <property name="image-style" type="int" value="5"/> + <property name="last-image" type="string" value="/home/user/Pictures/121700.jpg"/> + <property name="backdrop-cycle-enable" type="bool" value="false"/> + </property> + <property name="workspace1" type="empty"> + <property name="color-style" type="int" value="0"/> + <property name="image-style" type="int" value="5"/> + <property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-verticals.png"/> + </property> + <property name="workspace2" type="empty"> + <property name="color-style" type="int" value="0"/> + <property name="image-style" type="int" value="5"/> + <property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-verticals.png"/> + </property> + <property name="workspace3" type="empty"> + <property name="color-style" type="int" value="0"/> + <property name="image-style" type="int" value="5"/> + <property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-verticals.png"/> + </property> + </property> + <property name="monitorVirtual1" type="empty"> + <property name="workspace0" type="empty"> + <property name="image-style" type="string" value="0"/> + <property name="rgba1" type="array"> + <value type="double" value="0.000000"/> + <value type="double" value="0.500000"/> + <value type="double" value="0.500000"/> + <value type="double" value="1.000000"/> + </property> + </property> + </property> + </property> + </property> + <property name="desktop-icons" type="empty"> + <property name="file-icons" type="empty"> + <property name="show-filesystem" type="string" value="true"/> + <property name="show-home" type="string" value="true"/> + <property name="show-trash" type="string" value="true"/> + </property> + </property> + <property name="last" type="empty"> + <property name="window-width" type="int" value="561"/> + <property name="window-height" type="int" value="491"/> + </property> +</channel> |