diff options
Diffstat (limited to 'winreflect.xml.in')
-rw-r--r-- | winreflect.xml.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/winreflect.xml.in b/winreflect.xml.in new file mode 100644 index 0000000..ced1220 --- /dev/null +++ b/winreflect.xml.in @@ -0,0 +1,27 @@ +<compiz> + <plugin name="winreflect" useBcop="true"> + <_short>Window Reflections</_short> + <_long>Reflect windows in specified areas</_long> + <deps> + <requirement> + <plugin>opengl</plugin> + <plugin>composite</plugin> + </requirement> + </deps> + <options> + <option name="opacity" type="int"> + <_short>Opacity</_short> + <_long>Opacity of relfected windows</_long> + <default>100</default> + <min>0</min> + <max>100</max> + </option> + <option name="reflect_docks" type="bool"> + <_short>Reflect Docks</_short> + <_long>Add reflection area to docks by default. Note that this will not look correct on nonrectangular docks, they should set a hint instead</_long> + <default>false</default> + </option> + </options> + </plugin> +</compiz> + |