1
Index: compiz-plugins-main-0.9.5.0/grid/grid.xml.in
2
===================================================================
3
--- compiz-plugins-main-0.9.5.0.orig/grid/grid.xml.in 2011-07-13 15:46:36.000000000 +0200
4
+++ compiz-plugins-main-0.9.5.0/grid/grid.xml.in 2011-07-18 13:12:14.637756823 +0200
6
<option name="top_left_corner_action" type="int">
7
<_short>Upper Left Corner</_short>
8
<_long>Action to be performed when window is dropped on the top left corner</_long>
10
+ <default>4</default>
15
<option name="top_right_corner_action" type="int">
16
<_short>Upper Right Corner</_short>
17
<_long>Action to be performed when window is dropped on the top right corner</_long>
18
- <default>9</default>
19
+ <default>6</default>
24
<option name="bottom_left_corner_action" type="int">
25
<_short>Bottom Left Corner</_short>
26
<_long>Action to be performed when window is dropped on the bottom left corner</_long>
27
- <default>1</default>
28
+ <default>4</default>
33
<option name="bottom_edge_action" type="int">
34
<_short>Bottom Edge</_short>
35
<_long>Action to be performed when window is dropped on the bottom edge</_long>
36
- <default>2</default>
37
+ <default>0</default>
42
<option name="bottom_right_corner_action" type="int">
43
<_short>Bottom Right Corner</_short>
44
<_long>Action to be performed when window is dropped on the bottom right corner</_long>
45
- <default>3</default>
46
+ <default>6</default>
51
<option name="left_edge_threshold" type="int">
52
<_short>Left Edge</_short>
53
<_long>Maximum number of pixels from the left edge a window can be dropped</_long>
54
- <default>5</default>
55
+ <default>15</default>
59
<option name="right_edge_threshold" type="int">
60
<_short>Right Edge</_short>
61
<_long>Maximum number of pixels from the right edge a window can be dropped</_long>
62
- <default>5</default>
63
+ <default>15</default>
67
<option name="top_edge_threshold" type="int">
68
<_short>Top Edge</_short>
69
<_long>Maximum number of pixels from the top edge a window can be dropped</_long>
70
- <default>5</default>
71
+ <default>20</default>
76
<_short>Outline Color</_short>
77
<_long>Color of the resize indicator outline</_long>
80
- <green>0x2f2f</green>
83
+ <green>0x8b8b</green>
89
<_short>Fill Color</_short>
90
<_long>Fill color of the resize indicator</_long>
93
- <green>0x2f2f</green>
96
+ <green>0x8b8b</green>