This commit is contained in:
Luca Bilke 2024-07-25 09:37:39 +02:00
commit de3cf84b82
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

2
dwm.c
View file

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