1<compiz>
2    <plugin name="scaleaddon" useBcop="true">
3	<_short>Scale Addons</_short>
4	<_long>Some useful additions to the scale plugin</_long>
5	<category>Utility</category>
6	<deps>
7	    <relation type="after">
8		<plugin>scale</plugin>
9		<plugin>text</plugin>
10	    </relation>
11	    <requirement>
12		<plugin>scale</plugin>
13	    </requirement>
14	</deps>
15	<display>
16	    <group>
17		<_short>Bindings</_short>
18		<option name="close_key" type="key">
19		    <_short>Close Window</_short>
20		    <_long>Close windows while in scale mode</_long>
21		    <passive_grab>false</passive_grab>
22		    <internal/>
23		</option>
24		<option name="close_button" type="button">
25		    <_short>Close Window</_short>
26		    <_long>Close window while in scale mode</_long>
27		    <passive_grab>false</passive_grab>
28		    <default>Button2</default>
29		    <internal/>
30		</option>
31		<option name="pull_key" type="key">
32		    <_short>Pull Window</_short>
33		    <_long>Pull window to current viewport while in scale mode</_long>
34		    <passive_grab>false</passive_grab>
35		    <internal/>
36		</option>
37		<option name="pull_button" type="button">
38		    <_short>Pull Window</_short>
39		    <_long>Pull window to current viewport while in scale mode</_long>
40		    <passive_grab>false</passive_grab>
41		    <default></default>
42		    <internal/>
43		</option>
44		<option name="zoom_key" type="key">
45		    <_short>Zoom Window</_short>
46		    <_long>Zoom window while in scale mode</_long>
47		    <passive_grab>false</passive_grab>
48		    <internal/>
49		</option>
50		<option name="zoom_button" type="button">
51		    <_short>Zoom Window</_short>
52		    <_long>Zoom window while in scale mode</_long>
53		    <passive_grab>false</passive_grab>
54		    <default>Button3</default>
55		    <internal/>
56		</option>
57	    </group>
58	</display>
59	<screen>
60	    <group>
61		<_short>Appearance</_short>
62		<subgroup>
63		    <_short>Window Title</_short>
64		    <option name="window_title" type="int">
65			<_short>Window Title Display</_short>
66			<_long>Window title display in scale mode</_long>
67			<min>0</min>
68			<max>2</max>
69			<default>1</default>
70			<desc>
71			    <value>0</value>
72			    <_name>No display</_name>
73			</desc>
74			<desc>
75			    <value>1</value>
76			    <_name>Highlighted window only</_name>
77			</desc>
78			<desc>
79			    <value>2</value>
80			    <_name>All windows</_name>
81			</desc>
82		    </option>
83		    <option name="title_bold" type="bool">
84			<_short>Bold Font</_short>
85			<_long>Use bold font for window title display</_long>
86			<default>false</default>
87		    </option>
88		    <option name="title_size" type="int">
89			<_short>Font Size</_short>
90			<_long>Font size for window title display</_long>
91			<min>6</min>
92			<max>48</max>
93			<default>10</default>
94		    </option>
95		    <option name="border_size" type="int">
96			<_short>Title Border Size</_short>
97			<_long>Size of the border around the window title</_long>
98			<min>1</min>
99			<max>20</max>
100			<default>3</default>
101		    </option>
102		    <option name="font_color" type="color">
103			<_short>Font Color</_short>
104			<_long>Font color of the window title</_long>
105			<default>
106			    <red>0xffff</red>
107			    <green>0xffff</green>
108			    <blue>0xffff</blue>
109			    <alpha>0xffff</alpha>
110			</default>
111		    </option>
112		    <option name="back_color" type="color">
113			<_short>Background Color</_short>
114			<_long>Background color of the window title</_long>
115			<default>
116			    <red>0x0000</red>
117			    <green>0x0000</green>
118			    <blue>0x0000</blue>
119			    <alpha>0x9999</alpha>
120			</default>
121		    </option>
122		</subgroup>
123		<subgroup>
124		    <_short>Window Highlight</_short>
125		    <option name="window_highlight" type="bool">
126			<_short>Draw Window Highlight</_short>
127			<_long>Highlights the hovered window with the given color</_long>
128			<default>false</default>
129		    </option>
130		    <option name="highlight_color" type="color">
131			<_short>Highlight Color</_short>
132			<_long>Color used for highlighting the hovered window</_long>
133			<default>
134			    <red>0xffff</red>
135			    <green>0xffff</green>
136			    <blue>0xffff</blue>
137			    <alpha>0x9696</alpha>
138			</default>
139		    </option>
140		</subgroup>
141	    </group>
142	    <group>
143		<_short>Behaviour</_short>
144		<option name="layout_mode" type="int">
145		    <_short>Window Layout Mode</_short>
146		    <_long>Selects the mode to layout the windows in scale mode</_long>
147		    <min>0</min>
148		    <!-- note: don't offer the organic mode for now as it's utterly broken -->
149		    <max>0</max>
150		    <default>0</default>
151		    <desc>
152			<value>0</value>
153			<_name>Normal</_name>
154		    </desc>
155		    <desc>
156			<value>1</value>
157			<_name>Organic - EXPERIMENTAL</_name>
158		    </desc>
159		</option>
160		<subgroup>
161		    <_short>Window Pull</_short>
162		    <option name="constrain_pull_to_screen" type="bool">
163			<_short>Constrain Pull To Screen</_short>
164			<_long>Make sure windows are fully visible after pulling them to another viewport</_long>
165			<default>true</default>
166		    </option>
167		    <option name="exit_after_pull" type="bool">
168			<_short>Exit Scale On Pull</_short>
169			<_long>Exit scale mode after a window has been pulled.</_long>
170			<default>false</default>
171		    </option>
172		</subgroup>
173	    </group>
174	</screen>
175    </plugin>
176</compiz>
177