dont center utility and stuff windows on screen
This commit is contained in:
parent
a4150ae3d9
commit
e473ec2b60
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
Rect **areas;
|
||||||
|
|
||||||
areas = pick_head(client);
|
areas = pick_head(client);
|
||||||
|
|
Loading…
Reference in a new issue