diff --git a/dwm.c b/dwm.c
index d734593..db80c8e 100644
--- a/dwm.c
+++ b/dwm.c
@@ -371,7 +371,7 @@ static void zoom(const Arg *arg);
 /* variables */
 static const char broken[] = "broken";
 static char stext[2048];
-static char rawstext[1024];
+static char rawstext[2048];
 
 static int screen;
 static int sw, sh;           /* X display screen geometry width, height */