~ubuntu-branches/ubuntu/oneiric/compiz-plugins-main/oneiric

« back to all changes in this revision

Viewing changes to .pc/02_no_fade_on_static_switcher.patch/staticswitcher/staticswitcher.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-19 08:02:00 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110719080200-k6mt83icp2t26qnf
Tags: 0.9.5.0-0ubuntu1
* New upstream release
* debian/control:
  - depends on latest compiz-dev
  - c-p-m-d now replaces compiz-plugins-default, compiz-gnome as grid is now in
    c-p-m
* debian/patches/*:
  - remove all patches now that upstream ship a version with our defalt
* add debian/patches/01_grid_defaults.patch:
  - the ubuntu defaults seems to have been forgotten when moving grid from
    core to main
* debian/compiz-plugins-main-default.install:
  - install now grid
* debian/compiz-plugins-main.install:
  - remove titleinfo, not anymore in -main

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<compiz>
2
 
    <plugin name="staticswitcher" useBcop="true">
3
 
        <_short>Static Application Switcher</_short>
4
 
        <_long>Static Application Switcher</_long>
5
 
        <deps>
6
 
            <requirement>
7
 
                <plugin>opengl</plugin>
8
 
                <plugin>compiztoolbox</plugin>
9
 
            </requirement>
10
 
            <relation type="after">
11
 
                <plugin>composite</plugin>
12
 
                <plugin>opengl</plugin>
13
 
                <plugin>fade</plugin>
14
 
                <plugin>compiztoolbox</plugin>
15
 
                <plugin>decor</plugin>
16
 
            </relation>
17
 
            <relation type="before">
18
 
                <plugin>bs</plugin>
19
 
            </relation>
20
 
        </deps>
21
 
        <category>Window Management</category>
22
 
        <options>
23
 
            <group>
24
 
                <_short>Bindings</_short>
25
 
                <option name="next_button" type="button">
26
 
                    <_short>Next window</_short>
27
 
                    <_long>Popup switcher if not visible and select next window</_long>
28
 
                </option>
29
 
                <option name="next_key" type="key">
30
 
                    <_short>Next window</_short>
31
 
                    <_long>Popup switcher if not visible and select next window</_long>
32
 
                    <default>&lt;Alt&gt;Tab</default>
33
 
                </option>
34
 
                <option name="prev_button" type="button">
35
 
                    <_short>Prev window</_short>
36
 
                    <_long>Popup switcher if not visible and select previous window</_long>
37
 
                </option>
38
 
                <option name="prev_key" type="key">
39
 
                    <_short>Prev window</_short>
40
 
                    <_long>Popup switcher if not visible and select previous window</_long>
41
 
                    <default>&lt;Shift&gt;&lt;Alt&gt;Tab</default>
42
 
                </option>
43
 
                <option name="next_all_button" type="button">
44
 
                    <_short>Next window (All windows)</_short>
45
 
                    <_long>Popup switcher if not visible and select next window out of all windows</_long>
46
 
                </option>
47
 
                <option name="next_all_key" type="key">
48
 
                    <_short>Next window (All windows)</_short>
49
 
                    <_long>Popup switcher if not visible and select next window out of all windows</_long>
50
 
                    <default>&lt;Control&gt;&lt;Alt&gt;Tab</default>
51
 
                </option>
52
 
                <option name="prev_all_button" type="button">
53
 
                    <_short>Prev window (All windows)</_short>
54
 
                    <_long>Popup switcher if not visible and select previous window out of all windows</_long>
55
 
                </option>
56
 
                <option name="prev_all_key" type="key">
57
 
                    <_short>Prev window (All windows)</_short>
58
 
                    <_long>Popup switcher if not visible and select previous window out of all windows</_long>
59
 
                    <default>&lt;Shift&gt;&lt;Control&gt;&lt;Alt&gt;Tab</default>
60
 
                </option>
61
 
                <option name="next_group_button" type="button">
62
 
                    <_short>Next window (Group)</_short>
63
 
                    <_long>Popup switcher if not visible and select next window of the current application.</_long>
64
 
                </option>
65
 
                <option name="next_group_key" type="key">
66
 
                    <_short>Next window (Group)</_short>
67
 
                    <_long>Popup switcher if not visible and select next window of the current application.</_long>
68
 
                </option>
69
 
                <option name="prev_group_button" type="button">
70
 
                    <_short>Prev window (Group)</_short>
71
 
                    <_long>Popup switcher if not visible and select previous window of the current application.</_long>
72
 
                </option>
73
 
                <option name="prev_group_key" type="key">
74
 
                    <_short>Prev window (Group)</_short>
75
 
                    <_long>Popup switcher if not visible and select previous window of the current application.</_long>
76
 
                </option>
77
 
                <option name="next_no_popup_button" type="button">
78
 
                    <_short>Next window (No popup)</_short>
79
 
                    <_long>Select next window without showing the popup window.</_long>
80
 
                </option>
81
 
                <option name="next_no_popup_key" type="key">
82
 
                    <_short>Next window (No popup)</_short>
83
 
                    <_long>Select next window without showing the popup window.</_long>
84
 
                </option>
85
 
                <option name="prev_no_popup_button" type="button">
86
 
                    <_short>Prev window (No popup)</_short>
87
 
                    <_long>Select previous window without showing the popup window.</_long>
88
 
                </option>
89
 
                <option name="prev_no_popup_key" type="key">
90
 
                    <_short>Prev window (No popup)</_short>
91
 
                    <_long>Select previous window without showing the popup window.</_long>
92
 
                </option>
93
 
                <option name="next_panel_button" type="button">
94
 
                    <_short>Next Panel</_short>
95
 
                    <_long>Select next panel type window.</_long>
96
 
                </option>
97
 
                <option name="next_panel_key" type="key">
98
 
                    <_short>Next Panel</_short>
99
 
                    <_long>Select next panel type window.</_long>
100
 
                </option>
101
 
                <option name="prev_panel_button" type="button">
102
 
                    <_short>Prev Panel</_short>
103
 
                    <_long>Select previous panel type window.</_long>
104
 
                </option>
105
 
                <option name="prev_panel_key" type="key">
106
 
                    <_short>Prev Panel</_short>
107
 
                    <_long>Select previous panel type window.</_long>
108
 
                </option>
109
 
            </group>
110
 
 
111
 
            <group>
112
 
                <_short>Behaviour</_short>
113
 
                <option name="speed" type="float">
114
 
                    <_short>Speed</_short>
115
 
                    <_long>Switcher speed</_long>
116
 
                    <default>4</default>
117
 
                    <min>0.1</min>
118
 
                    <max>50</max>
119
 
                    <precision>0.1</precision>
120
 
                </option>
121
 
                <option name="timestep" type="float">
122
 
                    <_short>Timestep</_short>
123
 
                    <_long>Switcher timestep</_long>
124
 
                    <default>1.2</default>
125
 
                    <min>0.1</min>
126
 
                    <max>50</max>
127
 
                    <precision>0.1</precision>
128
 
                </option>
129
 
                <option name="window_match" type="match">
130
 
                    <_short>Switcher windows</_short>
131
 
                    <_long>Windows that should be shown in switcher</_long>
132
 
                    <default>Normal | Dialog | Toolbar | Utility | Unknown</default>
133
 
                </option>
134
 
                <option name="minimized" type="bool">
135
 
                    <_short>Show Minimized</_short>
136
 
                    <_long>Show minimized windows</_long>
137
 
                    <default>true</default>
138
 
                </option>
139
 
                <option name="auto_change_vp" type="bool">
140
 
                    <_short>Auto Change Viewport</_short>
141
 
                    <_long>Change to the viewport of the selected window while switching</_long>
142
 
                    <default>false</default>
143
 
                </option>
144
 
                <option name="popup_delay" type="float">
145
 
                    <_short>Popup Window Delay</_short>
146
 
                    <_long>Time (in s) the popup window should be delayed before appearing</_long>
147
 
                    <default>0.0</default>
148
 
                    <min>0.0</min>
149
 
                    <max>2.0</max>
150
 
                    <precision>0.05</precision>
151
 
                </option>
152
 
                <option name="mouse_select" type="bool">
153
 
                    <_short>Allow Mouse Selection</_short>
154
 
                    <_long>Allow selection of windows from the switcher window with the mouse</_long>
155
 
                    <default>false</default>
156
 
                </option>
157
 
            </group>
158
 
            <group>
159
 
                <_short>Appearance</_short>
160
 
                <option name="saturation" type="int">
161
 
                    <_short>Saturation</_short>
162
 
                    <_long>Amount of saturation in percent</_long>
163
 
                    <default>50</default>
164
 
                    <min>0</min>
165
 
                    <max>100</max>
166
 
                </option>
167
 
                <option name="brightness" type="int">
168
 
                    <_short>Brightness</_short>
169
 
                    <_long>Amount of brightness in percent</_long>
170
 
                    <default>50</default>
171
 
                    <min>0</min>
172
 
                    <max>100</max>
173
 
                </option>
174
 
                <option name="opacity" type="int">
175
 
                    <_short>Opacity</_short>
176
 
                    <_long>Amount of opacity in percent</_long>
177
 
                    <default>100</default>
178
 
                    <min>0</min>
179
 
                    <max>100</max>
180
 
                </option>
181
 
                <option name="icon" type="bool">
182
 
                    <_short>Icon</_short>
183
 
                    <_long>Show icon next to thumbnail</_long>
184
 
                    <default>true</default>
185
 
                </option>
186
 
                <option name="icon_only" type="bool">
187
 
                    <_short>Show icon only</_short>
188
 
                    <_long>Only show the application icon and do not show a thumbnail</_long>
189
 
                    <default>false</default>
190
 
                </option>
191
 
                <option name="mipmap" type="bool">
192
 
                    <_short>Mipmap</_short>
193
 
                    <_long>Generate mipmaps when possible for higher quality scaling</_long>
194
 
                    <default>true</default>
195
 
                </option>
196
 
                <option name="row_align" type="int">
197
 
                    <_short>Row Alignment</_short>
198
 
                    <_long>Alignment for rows that are not fully filled</_long>
199
 
                    <default>1</default>
200
 
                    <min>0</min>
201
 
                    <max>2</max>
202
 
                    <desc>
203
 
                        <value>0</value>
204
 
                        <_name>Left</_name>
205
 
                    </desc>
206
 
                    <desc>
207
 
                        <value>1</value>
208
 
                        <_name>Centered</_name>
209
 
                    </desc>
210
 
                    <desc>
211
 
                        <value>2</value>
212
 
                        <_name>Right</_name>
213
 
                    </desc>
214
 
                </option>
215
 
                <subgroup>
216
 
                    <option name="focus_on_switch" type="bool">
217
 
                        <_short>Focus on Switch</_short>
218
 
                        <_long>Focus windows when they are visible during the switch</_long>
219
 
                    </option>
220
 
                    <option name="bring_to_front" type="bool">
221
 
                        <_short>Bring To Front</_short>
222
 
                        <_long>Bring selected window to front</_long>
223
 
                        <default>true</default>
224
 
                    </option>
225
 
                    <_short>Selected Window Highlight</_short>
226
 
                    <option name="highlight_mode" type="int">
227
 
                        <_short>Highlight Mode</_short>
228
 
                        <_long>Mode for highlighting the currently selected window</_long>
229
 
                        <min>0</min>
230
 
                        <max>2</max>
231
 
                        <default>1</default>
232
 
                        <desc>
233
 
                            <value>0</value>
234
 
                            <_name>None</_name>
235
 
                        </desc>
236
 
                        <desc>
237
 
                            <value>1</value>
238
 
                            <_name>Bring Selected To Front</_name>
239
 
                        </desc>
240
 
                        <desc>
241
 
                            <value>2</value>
242
 
                            <_name>Show Rectangle</_name>
243
 
                        </desc>
244
 
                    </option>
245
 
                    <option name="highlight_rect_hidden" type="int">
246
 
                        <_short>Minimized Window Highlight Rectangle</_short>
247
 
                        <_long>Where to draw highlight rectangle for minimized windows</_long>
248
 
                        <min>0</min>
249
 
                        <max>2</max>
250
 
                        <default>1</default>
251
 
                        <desc>
252
 
                            <value>0</value>
253
 
                            <_name>None</_name>
254
 
                        </desc>
255
 
                        <desc>
256
 
                            <value>1</value>
257
 
                            <_name>Taskbar Entry</_name>
258
 
                        </desc>
259
 
                        <desc>
260
 
                            <value>2</value>
261
 
                            <_name>Original Window Position</_name>
262
 
                        </desc>
263
 
                    </option>
264
 
                    <option name="highlight_color" type="color">
265
 
                        <_short>Highlight Color</_short>
266
 
                        <_long>Color of highlight rectangle</_long>
267
 
                        <default>
268
 
                            <red>0x0000</red>
269
 
                            <green>0x0000</green>
270
 
                            <blue>0x0000</blue>
271
 
                            <alpha>0x9696</alpha>
272
 
                        </default>
273
 
                    </option>
274
 
                    <option name="highlight_border_color" type="color">
275
 
                        <_short>Highlight Border Color</_short>
276
 
                        <_long>Color of highlight rectangle border</_long>
277
 
                        <default>
278
 
                            <red>0x0000</red>
279
 
                            <green>0x0000</green>
280
 
                            <blue>0x0000</blue>
281
 
                            <alpha>0xc8c8</alpha>
282
 
                        </default>
283
 
                    </option>
284
 
                    <option name="highlight_border_inlay_color" type="color">
285
 
                        <_short>Highlight Border Inlay Color</_short>
286
 
                        <_long>Color of inlay in highlight rectangle border</_long>
287
 
                        <default>
288
 
                            <red>0xc8c8</red>
289
 
                            <green>0xc8c8</green>
290
 
                            <blue>0xc8c8</blue>
291
 
                            <alpha>0xc8c8</alpha>
292
 
                        </default>
293
 
                    </option>
294
 
                </subgroup>
295
 
            </group>
296
 
        </options>
297
 
    </plugin>
298
 
</compiz>