/usr/share/compiz/td.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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | <?xml version="1.0"?>
<compiz>
<plugin name="td" useBcop="true">
<short>3D Windows</short>
<long>Elevates windows while rotating the cube</long>
<category>Effects</category>
<deps>
<requirement>
<plugin>opengl</plugin>
<plugin>cube</plugin>
</requirement>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>cube</plugin>
<plugin>decor</plugin>
</relation>
</deps>
<options>
<group>
<short>Misc. Options</short>
<option name="window_match" type="match">
<short>Window Match</short>
<long>Windows that should be handled by 3D</long>
<default>Toolbar | Utility | Dialog | Normal | Unknown</default>
</option>
<option name="min_cube_size" type="int">
<short>Minimum Cube Size</short>
<long>Minimum cube size (in percent).</long>
<default>60</default>
<min>10</min>
<max>100</max>
</option>
<option name="max_window_space" type="int">
<short>Window Space</short>
<long>Change the amount of space between the windows (in percent of the cube size).</long>
<default>10</default>
<min>0</min>
<max>50</max>
</option>
<option name="manual_only" type="bool">
<short>3D Only On Mouse Rotate</short>
<long>Initiates the 3D display only if rotate is mouse driven. (Ex. You rotate the cube via the mouse)</long>
<default>true</default>
</option>
</group>
<group>
<short>Window Depth</short>
<option name="width" type="float">
<short>Window Depth</short>
<long>Window depth</long>
<default>0.3</default>
<min>0.0</min>
<max>1.0</max>
<precision>0.001</precision>
</option>
<option name="bevel" type="int">
<short>Bevel Corners</short>
<long>Roundoff corners for consistency with rounded decorations</long>
<default>0</default>
<min>0</min>
<max>20</max>
</option>
<option name="width_color" type="color">
<short>Window Color (Active)</short>
<long>Color of the active window's depth</long>
<default>
<red>0x3333</red>
<green>0x3333</green>
<blue>0x3333</blue>
<alpha>0xffff</alpha>
</default>
</option>
<option name="width_color_inactive" type="color">
<short>Window Color (Inactive)</short>
<long>Color of an inactive window's depth</long>
<default>
<red>0x3333</red>
<green>0x3333</green>
<blue>0x3333</blue>
<alpha>0xffff</alpha>
</default>
</option>
<subgroup>
<short>Bevel Corners</short>
<option name="bevel_topleft" type="bool">
<short>Bevel Top Left</short>
<long>Bevel top left corner</long>
<default>true</default>
</option>
<option name="bevel_topright" type="bool">
<short>Bevel Top Right</short>
<long>Bevel top right corner</long>
<default>true</default>
</option>
<option name="bevel_bottomleft" type="bool">
<short>Bevel Bottom Left</short>
<long>Bevel bottom left corner</long>
<default>false</default>
</option>
<option name="bevel_bottomright" type="bool">
<short>Bevel Bottom Right</short>
<long>Bevel bottom right corner</long>
<default>false</default>
</option>
</subgroup>
</group>
</options>
</plugin>
</compiz>
|