X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=tag.c;h=a3dc6aba98f1a643f2af2828b739b6be8464cd2a;hp=3a32c52135add1edf0c95efecf0b781a29961ce7;hb=7e597ae204ce94398f8c722e335f20d5a4a30c8a;hpb=c39df91ab9826ef134bc1484b0d19186790132f3 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(); }