increase stext buffer size

This commit is contained in:
Luca Bilke 2024-09-23 14:18:52 +02:00
parent 8eba068d64
commit 3e09b3f212
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

4
dwm.c
View file

@ -370,8 +370,8 @@ static void zoom(const Arg *arg);
/* variables */
static const char broken[] = "broken";
static char stext[2048];
static char rawstext[2048];
static char stext[4096];
static char rawstext[4096];
static int screen;
static int sw, sh; /* X display screen geometry width, height */