all repos — openbox @ e473ec2b60e421bfad38543f85b922a0921203f9

openbox fork - make it a bit more like ryudo

dont center utility and stuff windows on screen
Dana Jansens danakj@orodu.net
commit

e473ec2b60e421bfad38543f85b922a0921203f9

parent

a4150ae3d9ed61e5360c221c4be907560ba6531a

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M openbox/place.copenbox/place.c

@@ -480,7 +480,9 @@ }

} } - 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);