diff --git a/client.c b/client.c index 72711be9f..5e1ada7b3 100644 --- a/client.c +++ b/client.c @@ -374,7 +374,7 @@ client_manage(Window w, XWindowAttributes *wa, int screen) client_setfloating(c, rettrans || c->isfixed); } - if(!(flags & (USSize | PSize))) + if(!(flags & (USPosition | PPosition))) c->f_geometry = client_get_smart_geometry(c->f_geometry, c->border, c->screen); XSelectInput(globalconf.display, w, StructureNotifyMask | PropertyChangeMask | EnterWindowMask);