Merge branch 'main' of https://git.snaile.de/snailed/dwm-custom
This commit is contained in:
commit
de3cf84b82
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue