X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=tag.c;h=7bc4da0337793584f55d49db3dd03e7e437a680c;hb=016c54196e682ae8658854febb746b0437a010dc;hp=a3dc6aba98f1a643f2af2828b739b6be8464cd2a;hpb=7e597ae204ce94398f8c722e335f20d5a4a30c8a;p=dwm.git diff --git a/tag.c b/tag.c index a3dc6ab..7bc4da0 100644 --- a/tag.c +++ b/tag.c @@ -120,6 +120,8 @@ tag(Arg *arg) sel->tags[i] = False; sel->tags[arg->i] = True; settitle(sel); + detach(sel); + attach(sel); if(!isvisible(sel)) arrange(NULL); else @@ -139,6 +141,8 @@ toggletag(Arg *arg) if(i == ntags) sel->tags[arg->i] = True; settitle(sel); + detach(sel); + attach(sel); if(!isvisible(sel)) arrange(NULL); else