summaryrefslogtreecommitdiff
path: root/metadata
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2008-07-25 13:27:00 +0200
committerDanny Baumann <dannybaumann@web.de>2008-07-25 13:27:00 +0200
commit2888dc1a2c6ad3a9c1a6bd24d07319db0d36f55a (patch)
tree7dfeb8653e3dd67cadbdc23995ed2f7cf2952bf3 /metadata
parent06ac42991f943f3fed17596798c9b00485281b2c (diff)
Made unresponsive window greyout configurable.
Diffstat (limited to 'metadata')
-rw-r--r--metadata/fade.xml.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/metadata/fade.xml.in b/metadata/fade.xml.in
index cfe06618..bed88a2c 100644
--- a/metadata/fade.xml.in
+++ b/metadata/fade.xml.in
@@ -37,6 +37,25 @@
<_long>Fade effect on minimize/open/close window events</_long>
<default>true</default>
</option>
+ <option name="dim_unresponsive" type="bool">
+ <_short>Dim Unresponsive Windows</_short>
+ <_long>Dim windows that are not responding to window manager requests</_long>
+ <default>true</default>
+ </option>
+ <option name="unresponsive_brightness" type="int">
+ <_short>Unresponsive Window Brightness</_short>
+ <_long>Brightness (in %) of unresponsive windows</_long>
+ <min>0</min>
+ <max>100</max>
+ <default>65</default>
+ </option>
+ <option name="unresponsive_saturation" type="int">
+ <_short>Unresponsive Window Saturation</_short>
+ <_long>Saturation (in %) of unresponsive windows</_long>
+ <min>0</min>
+ <max>100</max>
+ <default>0</default>
+ </option>
</screen>
</plugin>
</compiz>