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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
|
<compiz>
<plugin name="scaleaddon" useBcop="true">
<_short>Scale Addons</_short>
<_long>Some useful additions to the scale plugin</_long>
<category>Utility</category>
<deps>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>scale</plugin>
<plugin>text</plugin>
<plugin>decor</plugin>
</relation>
<requirement>
<plugin>opengl</plugin>
<plugin>scale</plugin>
</requirement>
</deps>
<options>
<group>
<_short>Bindings</_short>
<option name="close_key" type="key">
<_short>Close Window</_short>
<_long>Close windows while in scale mode</_long>
<passive_grab>false</passive_grab>
<internal/>
</option>
<option name="close_button" type="button">
<_short>Close Window</_short>
<_long>Close window while in scale mode</_long>
<passive_grab>false</passive_grab>
<default>Button2</default>
<internal/>
</option>
<option name="pull_key" type="key">
<_short>Pull Window</_short>
<_long>Pull window to current viewport while in scale mode</_long>
<passive_grab>false</passive_grab>
<internal/>
</option>
<option name="pull_button" type="button">
<_short>Pull Window</_short>
<_long>Pull window to current viewport while in scale mode</_long>
<passive_grab>false</passive_grab>
<default></default>
<internal/>
</option>
<option name="zoom_key" type="key">
<_short>Zoom Window</_short>
<_long>Zoom window while in scale mode</_long>
<passive_grab>false</passive_grab>
<internal/>
</option>
<option name="zoom_button" type="button">
<_short>Zoom Window</_short>
<_long>Zoom window while in scale mode</_long>
<passive_grab>false</passive_grab>
<default>Button3</default>
<internal/>
</option>
</group>
<group>
<_short>Appearance</_short>
<subgroup>
<_short>Window Title</_short>
<option name="window_title" type="int">
<_short>Window Title Display</_short>
<_long>Window title display in scale mode</_long>
<min>0</min>
<max>2</max>
<default>1</default>
<desc>
<value>0</value>
<_name>No display</_name>
</desc>
<desc>
<value>1</value>
<_name>Highlighted window only</_name>
</desc>
<desc>
<value>2</value>
<_name>All windows</_name>
</desc>
</option>
<option name="title_bold" type="bool">
<_short>Bold Font</_short>
<_long>Use bold font for window title display</_long>
<default>false</default>
</option>
<option name="title_size" type="int">
<_short>Font Size</_short>
<_long>Font size for window title display</_long>
<min>6</min>
<max>48</max>
<default>10</default>
</option>
<option name="border_size" type="int">
<_short>Title Border Size</_short>
<_long>Size of the border around the window title</_long>
<min>1</min>
<max>20</max>
<default>3</default>
</option>
<option name="font_color" type="color">
<_short>Font Color</_short>
<_long>Font color of the window title</_long>
<default>
<red>0xffff</red>
<green>0xffff</green>
<blue>0xffff</blue>
<alpha>0xffff</alpha>
</default>
</option>
<option name="back_color" type="color">
<_short>Background Color</_short>
<_long>Background color of the window title</_long>
<default>
<red>0x0000</red>
<green>0x0000</green>
<blue>0x0000</blue>
<alpha>0x9999</alpha>
</default>
</option>
</subgroup>
<subgroup>
<_short>Window Highlight</_short>
<option name="window_highlight" type="bool">
<_short>Draw Window Highlight</_short>
<_long>Highlights the hovered window with the given color</_long>
<default>false</default>
</option>
<option name="highlight_color" type="color">
<_short>Highlight Color</_short>
<_long>Color used for highlighting the hovered window</_long>
<default>
<red>0xffff</red>
<green>0xffff</green>
<blue>0xffff</blue>
<alpha>0x9696</alpha>
</default>
</option>
</subgroup>
</group>
<group>
<_short>Behaviour</_short>
<option name="layout_mode" type="int">
<_short>Window Layout Mode</_short>
<_long>Selects the mode to layout the windows in scale mode</_long>
<min>0</min>
<max>1</max>
<default>0</default>
<desc>
<value>0</value>
<_name>Normal</_name>
</desc>
<desc>
<value>1</value>
<_name>Natural</_name>
</desc>
</option>
<subgroup>
<_short>Natural Scale Mode</_short>
<option name="natural_precision" type="float">
<_short>Precision</_short>
<_long>How precisely windows should be pushed apart. Increasing this makes windows that are further apart closer together, but also increases CPU usage</_long>
<min>1.0</min>
<max>20.0</max>
<default>2.0</default>
</option>
</subgroup>
<subgroup>
<_short>Window Pull</_short>
<option name="constrain_pull_to_screen" type="bool">
<_short>Constrain Pull To Screen</_short>
<_long>Make sure windows are fully visible after pulling them to another viewport</_long>
<default>true</default>
</option>
<option name="exit_after_pull" type="bool">
<_short>Exit Scale On Pull</_short>
<_long>Exit scale mode after a window has been pulled.</_long>
<default>false</default>
</option>
</subgroup>
</group>
</options>
</plugin>
</compiz>
|