diff options
author | Travis Watkins <travis.watkins@linaro.org> | 2011-05-13 16:29:20 +0200 |
---|---|---|
committer | Travis Watkins <travis.watkins@linaro.org> | 2011-05-13 16:29:20 +0200 |
commit | bff12446188ea4d56b8e14f1f649c9a544c009fa (patch) | |
tree | 7b140fbc6e66cd3fb536ab1c4ab6eda95624856b | |
parent | 936ea91ee441c451be859b805386af3946b02a41 (diff) | |
download | wall-bff12446188ea4d56b8e14f1f649c9a544c009fa.tar.gz wall-bff12446188ea4d56b8e14f1f649c9a544c009fa.tar.bz2 |
add no slide default option
Bring the 0.8.x no slide match option default to 0.9, makes desktops and
sticky windows stop sliding again.
-rw-r--r-- | wall.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wall.xml.in b/wall.xml.in index 4b4b982..3ccead5 100644 --- a/wall.xml.in +++ b/wall.xml.in @@ -197,7 +197,7 @@ <option name="no_slide_match" type="match"> <_short>Non Sliding Windows</_short> <_long>Windows that should not slide during the slide animation</_long> - <default/> + <default>type=Dock | type=Desktop | state=Sticky</default> </option> </group> <group> |