diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-04-13 12:45:11 +0000 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-04-13 12:45:11 +0000 |
commit | ea3bc42c85b8cd7f1426191f6dfd67673309bd62 (patch) | |
tree | 9a594689936dee22a872e488739829ca8c6174dc | |
parent | eff10db8341526b73d3948743be34915c1991c6f (diff) | |
download | mousepoll-ea3bc42c85b8cd7f1426191f6dfd67673309bd62.tar.gz mousepoll-ea3bc42c85b8cd7f1426191f6dfd67673309bd62.tar.bz2 |
Load after composite and opengl plugins to avoid a sudden unredirect/redirect
since it looks visually unappealing.
-rw-r--r-- | mousepoll.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mousepoll.xml.in b/mousepoll.xml.in index 3cbc50b..82482a8 100644 --- a/mousepoll.xml.in +++ b/mousepoll.xml.in @@ -4,6 +4,10 @@ <_short>Mouse position polling</_short> <_long>Updates the mouse pointer position from the xserver</_long> <category>Utility</category> + <relation type="after"> + <plugin>opengl</plugin> + <plugin>composite</plugin> + </relation> <options> <_short>Misc</_short> <option type="int" name="mouse_poll_interval"> |