respect config for resizing
This commit is contained in:
parent
af708d2fbc
commit
a30579b32e
2
client.c
2
client.c
|
@ -823,7 +823,7 @@ uicb_client_moveresize(int screen, char *arg)
|
|||
RootWindow(globalconf.display,
|
||||
get_phys_screen(screen)),
|
||||
&dummy, &dummy, &mx, &my, &dx, &dy, &dui);
|
||||
client_resize(sel, area, True);
|
||||
client_resize(sel, area, globalconf.screens[sel->screen].resize_hints);
|
||||
if (xqp && ox <= mx && (ox + ow) >= mx && oy <= my && (oy + oh) >= my)
|
||||
{
|
||||
nmx = mx - ox + sel->geometry.width - ow - 1 < 0 ? 0 : mx - ox + sel->geometry.width - ow - 1;
|
||||
|
|
Loading…
Reference in New Issue