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-desktop.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-desktop.xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml index 11c13fa..06e9d6f 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -5,21 +5,26 @@ <property name="screen0" type="empty"> <property name="monitor0" type="empty"> <property name="image-path" type="string" value="/usr/share/mdk/backgrounds/default.jpg"/> - <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="last-image" type="empty"/> + <property name="last-single-image" type="empty"/> + <property name="last-image-list" type="string" value="/home/gosc/.config/xfce4/desktop/backdrop.list"/> + <property name="image-show" type="bool" value="true"/> + <property name="brightness" type="int" value="0"/> + <property name="saturation" type="double" value="1.000000"/> </property> </property> </property> <property name="desktop-icons" type="empty"> <property name="style" type="int" value="2"/> <property name="use-custom-font-size" type="bool" value="false"/> - <property name="font-size" type="double" value="12.000000"/> + <property name="font-size" type="empty"/> <property name="file-icons" type="empty"> <property name="show-removable" type="bool" value="true"/> <property name="show-trash" type="bool" value="true"/> <property name="show-filesystem" type="bool" value="true"/> <property name="show-home" type="bool" value="true"/> </property> + <property name="icon-size" type="uint" value="36"/> </property> <property name="windowlist-menu" type="empty"> <property name="show-submenus" type="bool" value="false"/> |