From 762accdc0274dbd63c05d1163b5856b2d7226654 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 12 Feb 2009 22:28:14 +0000 Subject: [PATCH] mcbrides crazy baraction.sh overflows the bar so make it bigger --- scrotwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 1.7.10.4