From d01aafe4434585a3e6a37a75f98caecae9bf5296 Mon Sep 17 00:00:00 2001
From: Luca Bilke <luca@bil.ke>
Date: Tue, 23 Jul 2024 20:43:51 +0200
Subject: [PATCH] increas stext buffer

---
 dwm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */