diff options
Diffstat (limited to 'metadata/reflex.xml')
-rw-r--r-- | metadata/reflex.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/metadata/reflex.xml b/metadata/reflex.xml new file mode 100644 index 0000000..d503bf8 --- /dev/null +++ b/metadata/reflex.xml @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<compiz> + <plugin name="reflex" useBcop="true"> + <screen> + <group> + <short>Main</short> + <option name="file" type="string"> + <short>Reflection Image</short> + <long>Reflection Image file</long> + <hints>file;image;</hints> + <default>/data/emboss.png</default> + </option> + <option name="match" type="match"> + <short>Window match</short> + <long>Reflection Window Match</long> + <default>any</default> + </option> + <option name="window" type="bool"> + <short>Reflection for Windows</short> + <long>Draw Reflection for windows.</long> + <default>false</default> + </option> + <option name="decoration" type="bool"> + <short>Reflection for Decorations</short> + <long>Draw Reflection for decorations.</long> + <default>true</default> + </option> + <option name="threshold" type="int"> + <short>Alpha Dependence Threshold</short> + <long>Alpha dependence threshold.</long> + <default>2</default> + <min>1</min> + <max>10</max> + </option> + </group> + </screen> + </plugin> +</compiz> |