diff options
author | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-25 01:11:59 +0800 |
---|---|---|
committer | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-25 01:11:59 +0800 |
commit | 999d8369af156f685e2aa5717262e8c45f1b8161 (patch) | |
tree | 8af0d5df8f9f9a257bd2d30d43a280dfb0b58ebf | |
parent | 1adf6b95d9cc3719673ad7a13d0187cec842cdb2 (diff) | |
download | loginout-999d8369af156f685e2aa5717262e8c45f1b8161.tar.gz loginout-999d8369af156f685e2aa5717262e8c45f1b8161.tar.bz2 |
Load after decor plugin to prevent windwos from moving after plugin load
-rw-r--r-- | loginout.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginout.xml.in b/loginout.xml.in index e90df34..0c1a3db 100644 --- a/loginout.xml.in +++ b/loginout.xml.in @@ -13,7 +13,7 @@ <relation type="after"> <plugin>composite</plugin> <plugin>opengl</plugin> - <plugin>decoration</plugin> + <plugin>decor</plugin> </relation> </deps> <screen> |