--- xfwm4-4.6.1/src/placement.c.orig 2009-04-15 04:58:59.000000000 -0300 +++ xfwm4-4.6.1/src/placement.c 2009-09-24 08:31:01.000000000 -0300 @@ -604,10 +604,10 @@ { first = FALSE; } - test_x += 8; + test_x += 2; } while (test_x <= xmax); - test_y += 8; + test_y += 2; } while (test_y <= ymax);