mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-24 06:59:54 -05:00
fix: can't lift fullscreen to top layer
This commit is contained in:
parent
2bd766c987
commit
73f4a7e172
1 changed files with 0 additions and 3 deletions
3
maomao.c
3
maomao.c
|
|
@ -1634,9 +1634,6 @@ applyrules(Client *c) {
|
|||
}
|
||||
}
|
||||
|
||||
wlr_scene_node_reparent(&c->scene->node,
|
||||
layers[c->isfloating ? LyrFloat : LyrTile]);
|
||||
|
||||
Client *fc;
|
||||
// 如果当前的tag中有新创建的非悬浮窗口,就让当前tag中的全屏窗口退出全屏参与平铺
|
||||
wl_list_for_each(fc, &clients, link) if (fc && fc != c &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue