mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
fix: not allow scroller stack in multi tag
This commit is contained in:
parent
d9da4930c7
commit
2ad2d205c5
1 changed files with 4 additions and 0 deletions
|
|
@ -605,6 +605,10 @@ arrange(Monitor *m, bool want_animation, bool from_view) {
|
||||||
|
|
||||||
wl_list_for_each(c, &clients, link) {
|
wl_list_for_each(c, &clients, link) {
|
||||||
|
|
||||||
|
if (!client_only_in_one_tag(c) || c->isglobal || c->isunglobal) {
|
||||||
|
exit_scroller_stack(c);
|
||||||
|
}
|
||||||
|
|
||||||
if (from_view && (c->isglobal || c->isunglobal)) {
|
if (from_view && (c->isglobal || c->isunglobal)) {
|
||||||
set_size_per(m, c);
|
set_size_per(m, c);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue