dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 57e6e3bb80b5fc4709de3f8b716a8b8065897c7a
Parent: 19da197f58bc005ad379d751f28f0a17cea3d3b8
Author: Anselm R.Garbe
Date:   Mon, 14 Aug 2006 17:14:22 +0200

added missing arrange

Diffstat:
Mtag.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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