mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-17 06:59:52 -05:00
opt: change fullscrenn window to floatlayer
This commit is contained in:
parent
d3412dd91e
commit
1f48acfe91
1 changed files with 1 additions and 1 deletions
2
maomao.c
2
maomao.c
|
|
@ -5114,7 +5114,7 @@ void setfullscreen(Client *c, int fullscreen) // 用自定义全屏代理自带
|
|||
return;
|
||||
|
||||
client_set_fullscreen(c, fullscreen);
|
||||
wlr_scene_node_reparent(&c->scene->node, layers[fullscreen ? LyrTile
|
||||
wlr_scene_node_reparent(&c->scene->node, layers[fullscreen? LyrFloat
|
||||
: c->isfloating ? LyrFloat
|
||||
: LyrTile]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue