diff options
author | Danny Baumann <dannybaumann@web.de> | 2009-02-02 15:46:56 +0100 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2009-02-02 15:46:56 +0100 |
commit | bfb4e2c85e483a0e15a1042b349e39fabe7fc02d (patch) | |
tree | d3403ab404011ffa2e7dd7bc28fb49776e66f154 /neg.xml.in | |
parent | 7e3f9d55d7bb7db9352b7667c143ecf41c7a3437 (diff) | |
download | neg-bfb4e2c85e483a0e15a1042b349e39fabe7fc02d.tar.gz neg-bfb4e2c85e483a0e15a1042b349e39fabe7fc02d.tar.bz2 |
The display and screen tags are no longer present.
Diffstat (limited to 'neg.xml.in')
-rw-r--r-- | neg.xml.in | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -9,7 +9,7 @@ <plugin>blur</plugin> </relation> </deps> - <display> + <options> <option name="window_toggle_key" type="key"> <_short>Toggle Window Negative</_short> <_long>Toggle active window negative</_long> @@ -20,8 +20,6 @@ <_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> @@ -37,6 +35,6 @@ <_long>Also negate window decorations, not only the window contents.</_long> <default>false</default> </option> - </screen> + </options> </plugin> </compiz> |