aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:12:32 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:12:32 +0200
commitaa471f2d65688f8cf4944c073ff05224bfac8a9c (patch)
tree9f8a15537aae4b5899d58b5c626487bcdf980cd6 /main.c
parentd37dfa1bedbfadb5d39aa1937e77d4fd44319018 (diff)
downloaddwm-aa471f2d65688f8cf4944c073ff05224bfac8a9c.tar.zst
removed a bunch of lines, made mode symbols configurable
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0727c2a..7ada114 100644
--- a/main.c
+++ b/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);