From e473ec2b60e421bfad38543f85b922a0921203f9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 29 May 2007 20:47:46 +0000 Subject: [PATCH] dont center utility and stuff windows on screen --- openbox/place.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.39.2