un fullscreen windows when new window spawns
This commit is contained in:
parent
6b59c9ea96
commit
7a754e4c6d
2
dwm.c
2
dwm.c
@ -1446,6 +1446,8 @@ manage(Window w, XWindowAttributes *wa)
|
|||||||
XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some windows require this */
|
XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some windows require this */
|
||||||
if (!HIDDEN(c))
|
if (!HIDDEN(c))
|
||||||
setclientstate(c, NormalState);
|
setclientstate(c, NormalState);
|
||||||
|
if (selmon->sel && selmon->sel->isfullscreen)
|
||||||
|
setfullscreen(selmon->sel, 0);
|
||||||
if (c->mon == selmon)
|
if (c->mon == selmon)
|
||||||
unfocus(selmon->sel, 0);
|
unfocus(selmon->sel, 0);
|
||||||
c->mon->sel = c;
|
c->mon->sel = c;
|
||||||
|
Loading…
Reference in New Issue
Block a user