~unity-team/compiz/plugins-main-trunk.fix_wrong_window_move_expo

« back to all changes in this revision

Viewing changes to opacify/opacify.xml.in

  • Committer: David Barth
  • Date: 2011-03-29 16:36:40 UTC
  • Revision ID: david.barth@canonical.com-20110329163640-fpen5qsoo0lbjode
initial import from compiz-plugins-main_0.9.4git20110322.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<compiz>
 
3
  <plugin name="opacify" useBcop="true">
 
4
    <_short>Opacify</_short>
 
5
        <_long>Make windows easily visible by hovering the mouse over them</_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>fade</plugin>
 
15
                        <plugin>decor</plugin>
 
16
                </relation>
 
17
        </deps>
 
18
    <options>
 
19
      <group>
 
20
        <_short>Bindings</_short>
 
21
        <option name="toggle_key" type="key">
 
22
          <_short>Toggle Opacify</_short>
 
23
          <_long>Use this to enable/disable Opacify on the fly. Previously opacified windows will not be reset once you disable it like this.</_long>
 
24
          <default>&lt;Super&gt;o</default>
 
25
        </option>
 
26
      </group>
 
27
      <group>
 
28
        <_short>Misc. Options</_short>
 
29
        <option name="toggle_reset" type="bool">
 
30
          <_short>Reset opacity to original values when toggling</_short>
 
31
          <_long>Reset the opacity of all windows modified by opacify when toggling Opacify with the defined key-combination.</_long>
 
32
          <default>true</default>
 
33
        </option>
 
34
        <option name="timeout" type="int">
 
35
          <_short>Delay until Opacification</_short>
 
36
          <_long>The delay (in ms) before Opacify changes opacity after the active window has changed.</_long>
 
37
          <default>700</default>
 
38
          <min>0</min>
 
39
          <max>10000</max>
 
40
        </option>
 
41
        <option name="init_toggle" type="bool">
 
42
          <_short>Toggle Opacify on by default</_short>
 
43
          <_long>With this enabled, opacify will be on when you load Opacify, 
 
44
          which is usually when you start Compiz.</_long>
 
45
          <default>true</default>
 
46
        </option>
 
47
      </group>
 
48
      <group>
 
49
        <_short>Misc. Options</_short>
 
50
        <option name="only_if_block" type="bool">
 
51
          <_short>Only increase opacity if a window is blocking</_short>
 
52
          <_long>Only increase the opacity on the targeted window if it has one or more windows blocking it from view.</_long>
 
53
          <default>false</default>
 
54
        </option>
 
55
        <option name="focus_instant" type="bool">
 
56
          <_short>Bypass delay when the new active window is the focused window.</_short>
 
57
          <_long>Do not wait if the window we are hovering is the focused window. This allows us to instantly see the focused window. You probably want to disable this if you are not using 'Click to Focus'.</_long>
 
58
          <default>false</default>
 
59
        </option>
 
60
        <option name="no_delay_change" type="bool">
 
61
          <_short>Bypass delay when Opacify is reducing the opacity on one or more windows already.</_short>
 
62
          <_long>This enables you to let Opacify instantly opacify new windows when you're already making one or more windows invisible. Makes for faster behavior while looking through layers of hidden windows.</_long>
 
63
          <default>false</default>
 
64
        </option>
 
65
        <option name="window_match" type="match">
 
66
          <_short>Window Match</_short>
 
67
          <_long>Windows that should be opacified.</_long>
 
68
          <default>Normal | Dialog | ModalDialog | Utility | Toolbar | Fullscreen</default>
 
69
        </option>
 
70
        <subgroup>
 
71
          <_short>Opacity Levels</_short>
 
72
          <option name="active_opacity" type="int">
 
73
            <_short>Active Opacity</_short>
 
74
            <_long>The minimum opacity percentage to ensure a targeted window has. A target window will have either this opacity or the preset opacity, whichever is higher.</_long>
 
75
            <default>100</default>
 
76
            <min>1</min>
 
77
            <max>100</max>
 
78
          </option>
 
79
          <option name="passive_opacity" type="int">
 
80
            <_short>Passive Opacity</_short>
 
81
            <_long>The maximum opacity percentage a window blocking the current targeted window can have. A blocking window will have either this opacity or the preset opacity, whichever is lower.</_long>
 
82
            <default>10</default>
 
83
            <min>1</min>
 
84
            <max>100</max>
 
85
          </option>
 
86
        </subgroup>
 
87
      </group>
 
88
    </options>
 
89
  </plugin>
 
90
</compiz>