diff options
author | Danny Baumann <dannybaumann@web.de> | 2009-02-02 15:46:31 +0100 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2009-02-02 15:46:31 +0100 |
commit | 7e3f9d55d7bb7db9352b7667c143ecf41c7a3437 (patch) | |
tree | aecea1c4d61fdc1bc31d069bfe7fef3c45af3bed /neg.xml.in | |
parent | f612db76481e7898add9207bf9ab6e1d8e966407 (diff) | |
download | neg-7e3f9d55d7bb7db9352b7667c143ecf41c7a3437.tar.gz neg-7e3f9d55d7bb7db9352b7667c143ecf41c7a3437.tar.bz2 |
Indent properly.
Diffstat (limited to 'neg.xml.in')
-rw-r--r-- | neg.xml.in | 78 |
1 files changed, 39 insertions, 39 deletions
@@ -1,42 +1,42 @@ <?xml version="1.0"?> <compiz> - <plugin name="neg" useBcop="true"> - <_short>Negative</_short> - <_long>Used to set a window or screen negative</_long> - <category>Accessibility</category> - <deps> - <relation type="after"> - <plugin>blur</plugin> - </relation> - </deps> - <display> - <option name="window_toggle_key" type="key"> - <_short>Toggle Window Negative</_short> - <_long>Toggle active window negative</_long> - <default><Super>n</default> - </option> - <option name="screen_toggle_key" type="key"> - <_short>Toggle Screen Negative</_short> - <_long>Toggle screen negative</_long> - <default><Super>m</default> - </option> - </display> - <screen> - <option name="neg_match" type="match"> - <_short>Neg Windows</_short> - <_long>Windows to be negative by default</_long> - <default>any</default> - </option> - <option name="exclude_match" type="match"> - <_short>Exclude Windows</_short> - <_long>Windows to exclude from negating</_long> - <default>type=Desktop</default> - </option> - <option name="neg_decorations" type="bool"> - <_short>Negate Decorations</_short> - <_long>Also negate window decorations, not only the window contents.</_long> - <default>false</default> - </option> - </screen> - </plugin> + <plugin name="neg" useBcop="true"> + <_short>Negative</_short> + <_long>Used to set a window or screen negative</_long> + <category>Accessibility</category> + <deps> + <relation type="after"> + <plugin>blur</plugin> + </relation> + </deps> + <display> + <option name="window_toggle_key" type="key"> + <_short>Toggle Window Negative</_short> + <_long>Toggle active window negative</_long> + <default><Super>n</default> + </option> + <option name="screen_toggle_key" type="key"> + <_short>Toggle Screen Negative</_short> + <_long>Toggle screen negative</_long> + <default><Super>m</default> + </option> + </display> + <screen> + <option name="neg_match" type="match"> + <_short>Neg Windows</_short> + <_long>Windows to be negative by default</_long> + <default>any</default> + </option> + <option name="exclude_match" type="match"> + <_short>Exclude Windows</_short> + <_long>Windows to exclude from negating</_long> + <default>type=Desktop</default> + </option> + <option name="neg_decorations" type="bool"> + <_short>Negate Decorations</_short> + <_long>Also negate window decorations, not only the window contents.</_long> + <default>false</default> + </option> + </screen> + </plugin> </compiz> |