removed mode label stuff
This commit is contained in:
parent
6c5dc7017c
commit
ceea528eff
6 changed files with 6 additions and 16 deletions
4
main.c
4
main.c
|
@ -17,7 +17,7 @@
|
|||
|
||||
/* extern */
|
||||
|
||||
char stext[1024], mtext[32];
|
||||
char stext[256];
|
||||
Bool *seltag;
|
||||
int bx, by, bw, bh, bmw, masterd, screen, sx, sy, sw, sh, wax, way, waw, wah;
|
||||
unsigned int master, nmaster, ntags, numlockmask;
|
||||
|
@ -134,7 +134,7 @@ setup(void) {
|
|||
sh = DisplayHeight(dpy, screen);
|
||||
master = MASTER;
|
||||
nmaster = NMASTER;
|
||||
updatemodetext();
|
||||
bmw = textw(TILESYMBOL) > textw(FLOATSYMBOL) ? textw(TILESYMBOL) : textw(FLOATSYMBOL);
|
||||
/* bar */
|
||||
bx = sx;
|
||||
by = sy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue