Merge branch 'main' of https://git.snaile.de/snailed/dwm-custom
Update void-packages template / Update xbps-src template (push) Successful in 43s Details

This commit is contained in:
Luca Bilke 2024-07-25 09:37:39 +02:00
commit de3cf84b82
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

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