diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-11-05 13:22:39 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-11-05 13:22:39 +0800 |
commit | ab88ddcbd8f862c5f8aed148bb36d746f15a8b4b (patch) | |
tree | f9369fdac08e7c67241b107ce8d1ad1b63c91c4c | |
parent | 33f5e6915dd28f52a47ef3176c9f21a2cf76b6c7 (diff) | |
download | shift-ab88ddcbd8f862c5f8aed148bb36d746f15a8b4b.tar.gz shift-ab88ddcbd8f862c5f8aed148bb36d746f15a8b4b.tar.bz2 |
Tweak defaults
-rw-r--r-- | shift.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shift.xml.in b/shift.xml.in index 310d97a..b3d7879 100644 --- a/shift.xml.in +++ b/shift.xml.in @@ -106,7 +106,7 @@ <_short>Previous Window (Group)</_short> <_long>Show switcher if not visible and select previous window of the current application.</_long> </option> - + </group> <group> <_short>Misc. Options</_short> @@ -264,7 +264,7 @@ <option name="cover_angle" type="float"> <_short>Cover angle</_short> <_long>How much windows should be tilted.</_long> - <default>90</default> + <default>60</default> <min>0</min> <max>360</max> <precision>0.1</precision> @@ -272,7 +272,7 @@ <option name="cover_extra_space" type="float"> <_short>Space Factor</_short> <_long>How much windows should be spaced apart</_long> - <default>0</default> + <default>1</default> <min>1</min> <max>2</max> <precision>0.1</precision> |