~mjuhasz/compiz-plugins-main/fix-834248

« back to all changes in this revision

Viewing changes to neg/neg.xml.in

  • Committer: Sam Spilsbury
  • Date: 2011-07-12 08:07:45 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110712080745-glytqbjoa84xeo0f
Sync in changes from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<compiz>
 
3
    <plugin name="neg" useBcop="true">
 
4
        <_short>Negative</_short>
 
5
        <_long>Used to set a window or screen negative</_long>
 
6
        <category>Accessibility</category>
 
7
        <deps>
 
8
            <requirement>
 
9
                <plugin>opengl</plugin>\
 
10
            </requirement>
 
11
            <relation type="after">
 
12
                <plugin>composite</plugin>
 
13
                <plugin>opengl</plugin>
 
14
                <plugin>blur</plugin>
 
15
                <plugin>decor</plugin>
 
16
            </relation>
 
17
        </deps>
 
18
        <options>
 
19
            <option name="window_toggle_key" type="key">
 
20
                <_short>Toggle Window Negative</_short>
 
21
                <_long>Toggle active window negative</_long>
 
22
                <default>&lt;Super&gt;n</default>
 
23
            </option>
 
24
            <option name="screen_toggle_key" type="key">
 
25
                <_short>Toggle Screen Negative</_short>
 
26
                <_long>Toggle screen negative</_long>
 
27
                <default>&lt;Super&gt;m</default>
 
28
            </option>
 
29
            <option name="neg_match" type="match">
 
30
                <_short>Neg Windows</_short>
 
31
                <_long>Windows to be negative by default</_long>
 
32
                <default>any</default>
 
33
            </option>
 
34
            <option name="exclude_match" type="match">
 
35
                <_short>Exclude Windows</_short>
 
36
                <_long>Windows to exclude from negating</_long>
 
37
                <default>type=Desktop</default>
 
38
            </option>
 
39
            <option name="neg_decorations" type="bool">
 
40
                <_short>Negate Decorations</_short>
 
41
                <_long>Also negate window decorations, not only the window contents.</_long>
 
42
                <default>false</default>
 
43
            </option>
 
44
        </options>
 
45
    </plugin>
 
46
</compiz>