diff --git a/openbox/client.c b/openbox/client.c index aa0d8faf..275742b3 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -427,8 +427,7 @@ void client_manage(Window window) it is up to the placement routines to avoid the xinerama divides) */ transient || - (((self->positioned & PPosition) && - !(self->positioned & USPosition)) && + (!(self->positioned & USPosition) && client_normal(self) && !self->session)); }