mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
Focus windows regardless of whether they form a new group.
This commit is contained in:
parent
be8776aaad
commit
5be1f230b8
@ -375,8 +375,7 @@ view_attach(View *v, Frame *f) {
|
||||
c->sel->view);
|
||||
|
||||
if(!(c->w.ewmh.type & (TypeSplash|TypeDock))) {
|
||||
if(newgroup
|
||||
&& !(c->tagre.regex && regexec(c->tagre.regc, v->name, nil, 0)))
|
||||
if(!(c->tagre.regex && regexec(c->tagre.regc, v->name, nil, 0)))
|
||||
frame_focus(f);
|
||||
else if(c->group && f->area->sel->client->group == c->group)
|
||||
/* XXX: Stack. */
|
||||
|
Loading…
Reference in New Issue
Block a user