/usr/share/compiz/addhelper.xml is in compiz-plugins-extra 0.9.7.0~bzr9-0ubuntu6.
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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | <?xml version="1.0"?>
<compiz>
<plugin name="addhelper" useBcop="true">
<short>Dim Inactive</short>
<long>Make it slightly easier to concentrate by dimming all but the active window.</long>
<category>Accessibility</category>
<deps>
<requirement>
<plugin>opengl</plugin>
</requirement>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>fade</plugin>
<plugin>decor</plugin>
</relation>
</deps>
<options>
<group>
<short>Bindings</short>
<option name="toggle_key" type="key">
<short>Toggle AddHelper</short>
<long>Use this to enable/disable AddHelper on the fly.</long>
<default><Super>p</default>
</option>
</group>
<group>
<short>Misc. Options</short>
<option name="window_types" type="match">
<short>Window Types</short>
<long>Window types that should be Opacified.</long>
<default>Toolbar | Utility | Dialog | ModalDialog | Fullscreen | Normal</default>
</option>
<option name="ononinit" type="bool">
<short>Enable ADD Helper on start</short>
<long>Enables ADD helper when it is first loaded.</long>
<default>false</default>
</option>
<option name="brightness" type="int">
<short>Brightness</short>
<long>Brightness of faded windows</long>
<default>30</default>
<min>1</min>
<max>100</max>
</option>
<option name="saturation" type="int">
<short>Saturation</short>
<long>Saturation of faded windows</long>
<default>50</default>
<min>0</min>
<max>100</max>
</option>
<option name="opacity" type="int">
<short>Opacity</short>
<long>Opacity of faded windows</long>
<default>100</default>
<min>1</min>
<max>100</max>
</option>
</group>
</options>
</plugin>
</compiz>
|