forked from mirror/dwl
only raise the client's node in monocle()
Fixes: https://github.com/djpohly/dwl/issues/326
This commit is contained in:
parent
2f7834b130
commit
9588b46b5c
1 changed files with 2 additions and 1 deletions
3
dwl.c
3
dwl.c
|
@ -1495,7 +1495,8 @@ monocle(Monitor *m)
|
||||||
continue;
|
continue;
|
||||||
resize(c, m->w, 0);
|
resize(c, m->w, 0);
|
||||||
}
|
}
|
||||||
focusclient(focustop(m), 1);
|
if ((c = focustop(m)))
|
||||||
|
wlr_scene_node_raise_to_top(c->scene);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue