X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/c39df91ab9826ef134bc1484b0d19186790132f3..7e597ae204ce94398f8c722e335f20d5a4a30c8a:/tag.c diff --git a/tag.c b/tag.c index 3a32c52..a3dc6ab 100644 --- a/tag.c +++ b/tag.c @@ -141,4 +141,6 @@ toggletag(Arg *arg) settitle(sel); if(!isvisible(sel)) arrange(NULL); + else + drawstatus(); }