mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-25 06:59:50 -05:00
fix: swallow win not exclude wayland floating rule
This commit is contained in:
parent
3e47d6ed2c
commit
9474c5d7fc
1 changed files with 1 additions and 1 deletions
2
maomao.c
2
maomao.c
|
|
@ -1523,7 +1523,7 @@ applyrules(Client *c) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!c->noswallow && !client_is_float_type(c)
|
if (!c->noswallow && !c->isfloating && !client_is_float_type(c)
|
||||||
&& !c->surface.xdg->initial_commit) {
|
&& !c->surface.xdg->initial_commit) {
|
||||||
Client *p = termforwin(c);
|
Client *p = termforwin(c);
|
||||||
if (p) {
|
if (p) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue