/usr/share/gconf/schemas/compiz-shelf.schemas 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/compiz-1/plugins/shelf/screen0/options/trigger_key</key>
<applyto>/apps/compiz-1/plugins/shelf/screen0/options/trigger_key</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default><Super>l</default>
<locale name="C">
<short>Trigger scale down</short>
<long> Scale a window down to a portion of it's size. </long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/shelf/screen0/options/reset_key</key>
<applyto>/apps/compiz-1/plugins/shelf/screen0/options/reset_key</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default>Disabled</default>
<locale name="C">
<short>Reset the window to original size</short>
<long>Resets the currently focused window to original size</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/shelf/screen0/options/triggerscreen_key</key>
<applyto>/apps/compiz-1/plugins/shelf/screen0/options/triggerscreen_key</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default><Super>p</default>
<locale name="C">
<short>Trigger scale down to screen</short>
<long> Scale a window down to a ration of the screen size. Respectively half, a third or a sixth of the screen.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/shelf/screen0/options/dec_button</key>
<applyto>/apps/compiz-1/plugins/shelf/screen0/options/dec_button</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default><Alt><Super>Button4</default>
<locale name="C">
<short>Make the window smaller</short>
<long> Reduces the scale factor making the window smaller. </long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/shelf/screen0/options/inc_button</key>
<applyto>/apps/compiz-1/plugins/shelf/screen0/options/inc_button</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default><Alt><Super>Button5</default>
<locale name="C">
<short>Make the window bigger</short>
<long> Increase the scale factor making the window bigger. </long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/shelf/screen0/options/animtime</key>
<applyto>/apps/compiz-1/plugins/shelf/screen0/options/animtime</applyto>
<owner>compiz-1</owner>
<type>int</type>
<default>150</default>
<locale name="C">
<short>Animation duration</short>
<long> Duration of the animation in milliseconds. (1 - 10000)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/shelf/screen0/options/interval</key>
<applyto>/apps/compiz-1/plugins/shelf/screen0/options/interval</applyto>
<owner>compiz-1</owner>
<type>float</type>
<default>0.9</default>
<locale name="C">
<short>Scale interval</short>
<long> The number to divide the scale factor by or multiply it with when (respectively) increasing and decreasing the scale level manually. Higher number means finer changes. (0.100 - 0.999)</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|