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