From: Anselm R.Garbe Date: Mon, 14 Aug 2006 15:14:22 +0000 (+0200) Subject: added missing arrange X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=57e6e3bb80b5fc4709de3f8b716a8b8065897c7a added missing arrange --- diff --git a/tag.c b/tag.c index 51407e3..f6f4535 100644 --- a/tag.c +++ b/tag.c @@ -269,6 +269,7 @@ tag(Arg *arg) sel->tags[i] = False; sel->tags[arg->i] = True; settitle(sel); + arrange(NULL); } void