all repos — openbox @ c189771cef3e62995b9c528c65f794f0683e6688

openbox fork - make it a bit more like ryudo

when an app doesn't specify PPosition or USPosition, then assume its PPosition
Dana Jansens danakj@orodu.net
commit

c189771cef3e62995b9c528c65f794f0683e6688

parent

20cb425fd31b86febacbc3e80fba94e88f0ef016

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

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

@@ -427,8 +427,7 @@ off-screen and on xinerama divides (ie,

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