Is there a way to set X & Y Coordinates within the rules for floating applications in a tag? For example, have Pidgin, Skype, and Steam's Friend List all load up in floating mode on tag 3 but not on top of each other but NOT titled? They just load on top of each other.
config.h
Code:
static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, True, -1 },
{ "Firefox", NULL, NULL, 1 << 8, False, -1 },
{ "Pidgin", NULL, NULL, 1 << 3, True, -1 },
{ "Seamonkey",NULL, NULL, 1 << 2, False, -1 },
{ "google-chrome-stable", NULL, NULL, 1 << 2, False, -1 },
};