/usr/share/glib-2.0/schemas/org.freedesktop.compiz.addhelper.gschema.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 | <?xml version="1.0"?>
<schemalist>
<schema id="org.freedesktop.compiz.addhelper" gettext-domain="compiz">
<key type="s" name="toggle-key">
<default>'<Super>p'</default>
<summary>Toggle AddHelper</summary>
<description>Use this to enable/disable AddHelper on the fly.</description>
</key>
<key type="s" name="window-types">
<default>'Toolbar | Utility | Dialog | ModalDialog | Fullscreen | Normal'</default>
<summary>Window Types</summary>
<description>Window types that should be Opacified. (match)</description>
</key>
<key type="b" name="ononinit">
<default>false</default>
<summary>Enable ADD Helper on start</summary>
<description>Enables ADD helper when it is first loaded.</description>
</key>
<key type="i" name="brightness">
<default>30</default>
<summary>Brightness</summary>
<description>Brightness of faded windows (1 - 100)</description>
</key>
<key type="i" name="saturation">
<default>50</default>
<summary>Saturation</summary>
<description>Saturation of faded windows (0 - 100)</description>
</key>
<key type="i" name="opacity">
<default>100</default>
<summary>Opacity</summary>
<description>Opacity of faded windows (1 - 100)</description>
</key>
</schema>
</schemalist>
|