~3v1n0/compiz/gtk-decorator-finalize-menu-0.9.10

« back to all changes in this revision

Viewing changes to plugins/screenshot/screenshot.xml.in

  • Committer: Erkin Bahceci
  • Date: 2009-07-22 04:09:58 UTC
  • Revision ID: git-v1:a8224ec6ea72211303d47059956f9b5fd43263d0
C++ port of screenshot plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<compiz>
 
2
    <plugin name="screenshot" useBcop="true">
 
3
        <_short>Screenshot</_short>
 
4
        <_long>Screenshot plugin</_long>
 
5
        <deps>
 
6
            <requirement>
 
7
                <plugin>opengl</plugin>
 
8
            </requirement>
 
9
        </deps>
 
10
        <category>Extras</category>
 
11
        <options>
 
12
            <option name="initiate_button" type="button">
 
13
                <_short>Initiate</_short>
 
14
                <_long>Initiate rectangle screenshot</_long>
 
15
                <default>&lt;Super&gt;Button1</default>
 
16
            </option>
 
17
            <option name="directory" type="string">
 
18
                <_short>Directory</_short>
 
19
                <_long>Put screenshot images in this directory</_long>
 
20
                <hints>directory;</hints>
 
21
                <default>Desktop</default>
 
22
            </option>
 
23
            <option name="launch_app" type="string">
 
24
                <_short>Launch Application</_short>
 
25
                <_long>Automatically open screenshot in this application</_long>
 
26
                <default></default>
 
27
            </option>
 
28
        </options>
 
29
    </plugin>
 
30
</compiz>