> I figured out how to apply it to all windows when they open, I even 
figured
> out how to exclude one thing by naming it like ~Shimmer, but I 

The caption list
alpha,beta,gamma
matches alpha OR beta OR gamma (avoid spaces after comma).
The caption list
~alpha,beta,gamma
matches anything but alpha OR beta OR gamma, ie 
not (alpha OR beta OR gamma).  
You can use ~ only at start and it always applies to whole following 
string, i.e. it reverses results of whole match.

Reply via email to