1<?xml version="1.0"?>
2<compiz>
3	<plugin name="neg" useBcop="true">
4		<_short>Negative</_short>
5		<_long>Used to set a window or screen negative</_long>
6		<category>Accessibility</category>
7		<deps>
8			<relation type="after">
9				<plugin>blur</plugin>
10			</relation>
11		</deps>
12		<display>
13			<option name="window_toggle_key" type="key">
14				<_short>Toggle Window Negative</_short>
15				<_long>Toggle active window negative</_long>
16				<default>&lt;Super&gt;n</default>
17			</option>
18			<option name="screen_toggle_key" type="key">
19				<_short>Toggle Screen Negative</_short>
20				<_long>Toggle screen negative</_long>
21				<default>&lt;Super&gt;m</default>
22			</option>
23		</display>
24		<screen>
25			<option name="neg_match" type="match">
26				<_short>Neg Windows</_short>
27				<_long>Windows to be negative by default</_long>
28				<default>any</default>
29			</option>
30			<option name="exclude_match" type="match">
31				<_short>Exclude Windows</_short>
32				<_long>Windows to exclude from negating</_long>
33				<default>type=Desktop</default>
34			</option>
35		</screen>
36	</plugin>
37</compiz>
38