diff options
-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> |