reorganized

This commit is contained in:
Anselm R. Garbe
2007-01-08 17:36:56 +01:00
parent 1d4a24dae0
commit 5a5851bac2
3 changed files with 10 additions and 6 deletions

3
main.c
View File

@ -133,8 +133,7 @@ setup(void) {
sh = DisplayHeight(dpy, screen);
master = MASTER;
nmaster = NMASTER;
snprintf(mtext, sizeof mtext, arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, nmaster);
bmw = textw(mtext);
updatemodetext();
/* bar */
bx = sx;
by = sy;