aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGravatar lalpert <lalpert@mit.edu>2011-02-20 18:15:55 -0500
committerGravatar lalpert <lalpert@mit.edu>2011-02-20 18:15:55 -0500
commita841c8efe5667bf99541a71f37311037cfd1210d (patch)
tree412cdb91b65019afad27823de38f33fd2c0fd32a /config
parent68c1d8f443421ca0fdc7dbd7562ff0d4cf5aa4ac (diff)
parent792dd4d7139f9080bf6d3d760efe763b8b3f60cc (diff)
Merge branch 'conner5' of https://github.com/dxiao/SmootLight into conner5
Diffstat (limited to 'config')
-rw-r--r--config/C5Sign.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/C5Sign.xml b/config/C5Sign.xml
index 8039c07..6d7de20 100644
--- a/config/C5Sign.xml
+++ b/config/C5Sign.xml
@@ -124,6 +124,7 @@
<Id>colorchange</Id>
<Id>mover</Id>
<Id>slowdecay</Id>
+ <Id>wordsonly</Id>
</ChainedBehaviors>
<RecursiveHooks>{'mover':'bar_move'}</RecursiveHooks>
<RenderToScreen>False</RenderToScreen>
@@ -180,6 +181,13 @@
</Args>
</Behavior>
<Behavior>
+ <Class>behaviors.LocationMask</Class>
+ <Args>
+ <Id>wordsonly</Id>
+ <Location>wt.all cl.all c5.all</Location>
+ </Args>
+ </Behavior>
+ <Behavior>
<Class>behaviors.BehaviorChain</Class>
<Args>
<Id>movebounce</Id>