/usr/share/compiz/showrepaint.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 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="showrepaint">
<short>Show Repaint</short>
<long>Show repainted regions in different colors</long>
<category>Utility</category>
<deps>
<requirement>
<plugin>opengl</plugin>
</requirement>
</deps>
<options>
<option type="key" name="toggle_key">
<short>Toggle</short>
<long>Toggle showing of repainted regions.</long>
<default><Super><Alt>r</default>
</option>
<option type="int" name="intensity">
<short>Intensity</short>
<long>Intensity.</long>
<default>20</default>
<min>0</min>
<max>100</max>
</option>
</options>
</plugin>
</compiz>
|