JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index 7da24f2..fb4ba2e 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -94,7 +94,7 @@ drawall()
 void
 drawstatus()
 {
-       static const char *mode[] = { "~", "|" };
+       static const char *mode[] = { "><", "|=" };
        int i, x;
 
        dc.x = dc.y = 0;