Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Sravan Balaji 2024-05-08 09:56:23 -04:00
commit d88c08a666

1
dwm.c
View File

@ -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;