Skip to content

Commit

Permalink
Increase bar character limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lonyelon committed Nov 8, 2022
1 parent a81ffcd commit 93e9e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ static int xerrorstart(Display *dpy, XErrorEvent *ee);

/* variables */
static const char broken[] = "broken";
static char stext[1024];
static char stext[2048];
static int screen;
static int sw, sh; /* X display screen geometry width, height */
static int bh, blw = 0; /* bar geometry */
Expand Down

0 comments on commit 93e9e55

Please sign in to comment.