fixed typo
This commit is contained in:
parent
41ba7a7984
commit
7d4a5e654c
2 changed files with 2 additions and 2 deletions
2
main.c
2
main.c
|
@ -129,7 +129,7 @@ setup()
|
|||
dc.status[ColFG] = getcolor(STATUSFGCOLOR);
|
||||
setfont(FONT);
|
||||
|
||||
modew = textw(FLOATSYMBOL) > textw(TILEDSYMBOL) ? textw(FLOATSYMBOL) : textw(TILEDSYMBOL);
|
||||
modew = textw(FLOATSYMBOL) > textw(TILESYMBOL) ? textw(FLOATSYMBOL) : textw(TILESYMBOL);
|
||||
sx = sy = 0;
|
||||
sw = DisplayWidth(dpy, screen);
|
||||
sh = DisplayHeight(dpy, screen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue