From: Dana Jansens Date: Tue, 29 May 2007 20:47:46 +0000 (+0000) Subject: dont center utility and stuff windows on screen X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=e473ec2b60e421bfad38543f85b922a0921203f9;p=chaz%2Fopenbox dont center utility and stuff windows on screen --- diff --git a/openbox/place.c b/openbox/place.c index e4c8aed8..e9832ec3 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -480,7 +480,9 @@ static gboolean place_transient_splash(ObClient *client, gint *x, gint *y) } } - if (client->transient || client->type == OB_CLIENT_TYPE_SPLASH) { + if ((client->transient && client->type == OB_CLIENT_TYPE_DIALOG) + || client->type == OB_CLIENT_TYPE_SPLASH) + { Rect **areas; areas = pick_head(client);