mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: change unmanaged window layer to overlay
This commit is contained in:
parent
3efb82fd7b
commit
5be3d63ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -3295,7 +3295,7 @@ mapnotify(struct wl_listener *listener, void *data) {
|
|||
/* Handle unmanaged clients first so we can return prior create borders */
|
||||
if (client_is_unmanaged(c)) {
|
||||
/* Unmanaged clients always are floating */
|
||||
wlr_scene_node_reparent(&c->scene->node, layers[LyrFSorOverTop]);
|
||||
wlr_scene_node_reparent(&c->scene->node, layers[LyrOverlay]);
|
||||
wlr_scene_node_set_position(&c->scene->node, c->geom.x, c->geom.y);
|
||||
if (client_wants_focus(c)) {
|
||||
focusclient(c, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue