removed a bunch of lines, made mode symbols configurable
This commit is contained in:
parent
d37dfa1bed
commit
aa471f2d65
4 changed files with 7 additions and 8 deletions
2
main.c
2
main.c
|
@ -129,7 +129,7 @@ setup()
|
|||
dc.status[ColFG] = getcolor(STATUSFGCOLOR);
|
||||
setfont(FONT);
|
||||
|
||||
modew = 0;
|
||||
modew = textw(FLOATSYMBOL) > textw(TILEDSYMBOL) ? textw(FLOATSYMBOL) : textw(TILEDSYMBOL);
|
||||
sx = sy = 0;
|
||||
sw = DisplayWidth(dpy, screen);
|
||||
sh = DisplayHeight(dpy, screen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue