Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
d88c08a666
1
dwm.c
1
dwm.c
@ -968,6 +968,7 @@ applyrules(Client *c)
|
|||||||
if (r->switchtag)
|
if (r->switchtag)
|
||||||
#endif // SWALLOW_PATCH
|
#endif // SWALLOW_PATCH
|
||||||
{
|
{
|
||||||
|
unfocus(selmon->sel, 1, NULL);
|
||||||
selmon = c->mon;
|
selmon = c->mon;
|
||||||
if (r->switchtag == 2 || r->switchtag == 4)
|
if (r->switchtag == 2 || r->switchtag == 4)
|
||||||
newtagset = c->mon->tagset[c->mon->seltags] ^ c->tags;
|
newtagset = c->mon->tagset[c->mon->seltags] ^ c->tags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user