mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-05 04:06:28 -05:00
opt: not swallow the isminied window
This commit is contained in:
parent
7c7a9437e6
commit
b3ccf43453
1 changed files with 1 additions and 1 deletions
|
|
@ -1376,7 +1376,7 @@ void applyrules(Client *c) {
|
|||
if (!c->noswallow && !c->isfloating && !client_is_float_type(c) &&
|
||||
!c->surface.xdg->initial_commit) {
|
||||
Client *p = termforwin(c);
|
||||
if (p) {
|
||||
if (p && !p->isminied) {
|
||||
c->swallowedby = p;
|
||||
p->swallowing = c;
|
||||
wl_list_remove(&c->link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue