/usr/share/compiz/neg.xml is in compiz-plugins 1:0.9.11+14.04.20140409-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="neg">
<short>Negative</short>
<long>Used to set a window or screen negative</long>
<category>Accessibility</category>
<deps>
<requirement>
<plugin>opengl</plugin>\
</requirement>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>blur</plugin>
<plugin>decor</plugin>
</relation>
</deps>
<options>
<option type="key" name="window_toggle_key">
<short>Toggle Window Negative</short>
<long>Toggle active window negative</long>
<default><Super>n</default>
</option>
<option type="key" name="screen_toggle_key">
<short>Toggle Screen Negative</short>
<long>Toggle screen negative</long>
<default><Super>m</default>
</option>
<option type="match" name="neg_match">
<short>Neg Windows</short>
<long>Windows to be negative by default</long>
<default>any</default>
</option>
<option type="match" name="exclude_match">
<short>Exclude Windows</short>
<long>Windows to exclude from negating</long>
<default>type=Desktop</default>
</option>
<option type="bool" name="neg_decorations">
<short>Negate Decorations</short>
<long>Also negate window decorations, not only the window contents.</long>
<default>false</default>
</option>
</options>
</plugin>
</compiz>
|