diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-03 05:14:29 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-03 05:14:29 -0800 |
commit | 280e4f033b5f569da7e61b889b6e48581e180ce4 (patch) | |
tree | 51b6eba31eb564588bce0367134b757feace3c6d /schemas/org.mate.background.gschema.xml.in.in | |
parent | 72c09a319a2062a8e71c467b7461e0e9e71f9ad4 (diff) | |
parent | c337d8947f2e0e13d87e415760de57fecdb81389 (diff) | |
download | mate-desktop-280e4f033b5f569da7e61b889b6e48581e180ce4.tar.bz2 mate-desktop-280e4f033b5f569da7e61b889b6e48581e180ce4.tar.xz |
Merge pull request #45 from jasmineaura/develop
Move MATE_BG_KEY defines to headers, and add "background-fade" option
Diffstat (limited to 'schemas/org.mate.background.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.background.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.mate.background.gschema.xml.in.in b/schemas/org.mate.background.gschema.xml.in.in index 78cceab..f9b4b1c 100644 --- a/schemas/org.mate.background.gschema.xml.in.in +++ b/schemas/org.mate.background.gschema.xml.in.in @@ -23,6 +23,11 @@ <_summary>Show Desktop Icons</_summary> <_description>Have MATE file manager (Caja) draw the desktop icons.</_description> </key> + <key name="background-fade" type="b"> + <default>true</default> + <_summary>Fade the background on change</_summary> + <_description>If set to true, then MATE will change the desktop background with a fading effect.</_description> + </key> <key name="picture-options" enum="org.mate.background.picture-options-enum"> <default>'zoom'</default> <_summary>Picture Options</_summary> |