all repos — openbox @ b82ccb2c78521dac7cc3366727dfe71c1387bc70

openbox fork - make it a bit more like ryudo

only place dialogs above other windows
Dana Jansens danakj@orodu.net
commit

b82ccb2c78521dac7cc3366727dfe71c1387bc70

parent

b0f43a115909a810bca9bbfa664851703bfd43e1

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

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

@@ -425,7 +425,7 @@ }

static gboolean place_transient(ObClient *client, gint *x, gint *y) { - if (client->transient_for) { + if (client->transient_for && client->type == OB_CLIENT_TYPE_DIALOG) { if (client->transient_for != OB_TRAN_GROUP) { ObClient *c = client; ObClient *p = client->transient_for;