~linaro-graphics-wg/compiz-plugins-main/oneiric-gles2

« back to all changes in this revision

Viewing changes to colorfilter/colorfilter.xml.in

  • Committer: Sam Spilsbury
  • Date: 2011-09-20 07:43:55 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110920074355-puzdutejjwsu3ta2
Sync - Remove Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<compiz>
3
 
  <plugin name="colorfilter" useBcop="true">
4
 
    <_short>Color filter</_short>
5
 
    <_long>Filter colors for accessibility purposes</_long>
6
 
    <category>Accessibility</category>
7
 
    <deps>
8
 
      <requirement>
9
 
        <plugin>opengl</plugin>
10
 
      </requirement>
11
 
      <relation type="after">
12
 
        <plugin>blur</plugin>
13
 
        <plugin>composite</plugin>
14
 
        <plugin>opengl</plugin>
15
 
        <plugin>decor</plugin>
16
 
      </relation>
17
 
    </deps>
18
 
    <options>
19
 
      <option name="toggle_window_key" type="key">
20
 
        <_short>Toggle window filtering</_short>
21
 
        <_long>Toggle filtering for currently focused window.</_long>
22
 
        <default>&lt;Super&gt;f</default>
23
 
      </option>
24
 
      <option name="toggle_screen_key" type="key">
25
 
        <_short>Toggle screen filtering</_short>
26
 
        <_long>Toggle filtering for every window on the screen.</_long>
27
 
        <default>&lt;Super&gt;d</default>
28
 
      </option>
29
 
      <option name="switch_filter_key" type="key">
30
 
        <_short>Switch filter</_short>
31
 
        <_long>Select filter to use from filters list : either apply all filters or only one specific filter (triggering this action switches filters one by one and eventually comes back to the "all filters" mode).</_long>
32
 
        <default>&lt;Control&gt;&lt;Super&gt;s</default>
33
 
      </option>
34
 
      <option name="filters" type="list">
35
 
        <_short>Filters files</_short>
36
 
        <_long>List of plain text filter files that should be applied when filtering windows or screen.</_long>
37
 
        <type>string</type>
38
 
        <default>
39
 
            <value>negative</value>
40
 
            <value>negative-green</value>
41
 
            <value>blueish-filter</value>
42
 
            <value>sepia</value>
43
 
            <value>grayscale</value>
44
 
            <value>deuteranopia</value>
45
 
            <value>protanopia</value>
46
 
        </default>
47
 
        <hints>file;</hints>
48
 
      </option>
49
 
      <option name="filter_decorations" type="bool">
50
 
        <_short>Filter window decorations</_short>
51
 
        <_long>Window decorations (borders and titlebar) will be filtered as well as window contents if enabled.</_long>
52
 
        <default>false</default>
53
 
      </option>
54
 
      <option name="filter_match" type="match">
55
 
        <_short>Filtered windows</_short>
56
 
        <_long>Windows to be filtered by default.</_long>
57
 
        <default>any</default>
58
 
      </option>
59
 
      <option name="exclude_match" type="match">
60
 
        <_short>Exclude windows</_short>
61
 
        <_long>Windows to exclude from filtering.</_long>
62
 
        <default>type=Desktop</default>
63
 
      </option>
64
 
    </options>
65
 
  </plugin>
66
 
</compiz>