tadded missing arrange - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 57e6e3bb80b5fc4709de3f8b716a8b8065897c7a
(DIR) parent 19da197f58bc005ad379d751f28f0a17cea3d3b8
(HTM) Author: Anselm R.Garbe <arg@10ksloc.org>
Date: Mon, 14 Aug 2006 17:14:22 +0200
added missing arrange
Diffstat:
M tag.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/tag.c b/tag.c
t@@ -269,6 +269,7 @@ tag(Arg *arg)
sel->tags[i] = False;
sel->tags[arg->i] = True;
settitle(sel);
+ arrange(NULL);
}
void