mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-01 13:14:23 -04:00
fix: fix swallow conflict group
This commit is contained in:
parent
676f82860a
commit
3aa2206821
2 changed files with 61 additions and 41 deletions
|
|
@ -160,7 +160,7 @@ void client_focus_group_member(Client *c) {
|
|||
|
||||
cur_focusing->isgroupfocusing = false;
|
||||
c->mon = cur_focusing->mon;
|
||||
client_replace(c, cur_focusing, true);
|
||||
client_replace(c, cur_focusing, true, false);
|
||||
mango_group_bar_set_focus(cur_focusing->group_bar, false);
|
||||
|
||||
c->isgroupfocusing = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue