diff --git a/dwm.c b/dwm.c index c66eb8e..f4e697c 100644 --- a/dwm.c +++ b/dwm.c @@ -1496,7 +1496,8 @@ scan(void) void sendmon(Client *c, Monitor *m) { - sendmontags(c, m, m->tagset[m->seltags]); + unsigned int tags_without_sp=m->tagset[m->seltags] & TAGMASK; + sendmontags(c, m, tags_without_sp); } void