X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/d6a6eca71d760fb3b61e35b187b9b9fd51092c71..846850914d860ba0cb1fd6b9c394e4bee6b31737:/tag.c diff --git a/tag.c b/tag.c index 512f355..a3dc6ab 100644 --- a/tag.c +++ b/tag.c @@ -122,6 +122,8 @@ tag(Arg *arg) settitle(sel); if(!isvisible(sel)) arrange(NULL); + else + drawstatus(); } void @@ -139,4 +141,6 @@ toggletag(Arg *arg) settitle(sel); if(!isvisible(sel)) arrange(NULL); + else + drawstatus(); }