diff options
author | Danny Baumann <dannybaumann@web.de> | 2008-08-19 07:45:56 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2008-08-19 07:45:56 +0200 |
commit | 2ea0c9065a227ddf6b20ed66b37598a0f519b973 (patch) | |
tree | 3ef8946c78f1826a6fcd41a236321c7ac33bf66c /showdesktop.xml.in | |
parent | 642c97a30f5a76d84dc920a203d00f7aba2fbeed (diff) | |
download | showdesktop-2ea0c9065a227ddf6b20ed66b37598a0f519b973.tar.gz showdesktop-2ea0c9065a227ddf6b20ed66b37598a0f519b973.tar.bz2 |
Load showdesktop after fade.
Diffstat (limited to 'showdesktop.xml.in')
-rw-r--r-- | showdesktop.xml.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/showdesktop.xml.in b/showdesktop.xml.in index ba00ea4..c305f3d 100644 --- a/showdesktop.xml.in +++ b/showdesktop.xml.in @@ -3,8 +3,13 @@ <plugin name="showdesktop" useBcop="true"> <_short>Show desktop</_short> <_long>Access your desktop easily</_long> - <category>Desktop</category> + <category>Desktop</category> <feature>showdesktop</feature> + <deps> + <relation type="after"> + <plugin>fade</plugin> + </relation> + </deps> <screen> <group> <_short>Misc. Options</_short> |