From: Marco Peereboom Date: Thu, 12 Feb 2009 22:28:14 +0000 (+0000) Subject: mcbrides crazy baraction.sh overflows the bar so make it bigger X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=762accdc0274dbd63c05d1163b5856b2d7226654;p=spectrwm.git mcbrides crazy baraction.sh overflows the bar so make it bigger --- diff --git a/scrotwm.c b/scrotwm.c index 6cab5d3..da45725 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -160,7 +160,7 @@ int font_adjusted = 0; /* dialog windows */ double dialog_ratio = .6; /* status bar */ -#define SWM_BAR_MAX (128) +#define SWM_BAR_MAX (256) char *bar_argv[] = { NULL, NULL }; int bar_pipe[2]; char bar_ext[SWM_BAR_MAX];