blob: 74b583fc850d03b5505f46dcb003dff91565c37a (
plain)
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
|
<compiz>
<plugin name="example" useBcop="true">
<_short>Example plugin</_short>
<_long>Developers are awesome</_long>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>decor</plugin>
</relation>
<requirement>
<plugin>composite</plugin>
<plugin>opengl</plugin>
</requirement>
<screen>
<option type="key" name="example">
<_short>Example Action</_short>
<_long>Example action. See what comes out of a terminal? Familiar with the code yet?</_long>
</option>
<option type="key" name="special">
<_short>Special Action</_short>
<_long>Special action. See how it works</_long>
</option>
<option type="key" name="custom">
<_short>Custom Action</_short>
<_long>Custom action. Where did that 42 come from? Isn't boost::bind awesome!</_long>
</option>
</screen>
</plugin>
</compiz>
|