diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-04-13 12:47:28 +0000 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-04-13 12:47:28 +0000 |
commit | 8e6adebdc7acbdceed5b0a34a760cb578a594c0c (patch) | |
tree | e68a960c3a2fec486b1e0920096dc4245ca20d7c | |
parent | e734787b50066e729ab0f6003e86d058961b7016 (diff) | |
download | winrules-8e6adebdc7acbdceed5b0a34a760cb578a594c0c.tar.gz winrules-8e6adebdc7acbdceed5b0a34a760cb578a594c0c.tar.bz2 |
Load after composite and opengl plugins to avoid a sudden unredirect/redirect
since it looks visually unappealing.
-rw-r--r-- | winrules.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winrules.xml.in b/winrules.xml.in index d912dd0..3098079 100644 --- a/winrules.xml.in +++ b/winrules.xml.in @@ -4,6 +4,10 @@ <_short>Window Rules</_short> <_long>Set windows rules</_long> <category>Window Management</category> + <relation type="after"> + <plugin>opengl</plugin> + <plugin>composite</plugin> + </relation> <options> <group> <_short>Matches</_short> |