]> code.delx.au - spectrwm/commitdiff
mcbrides crazy baraction.sh overflows the bar so make it bigger
authorMarco Peereboom <marco@conformal.com>
Thu, 12 Feb 2009 22:28:14 +0000 (22:28 +0000)
committerMarco Peereboom <marco@conformal.com>
Thu, 12 Feb 2009 22:28:14 +0000 (22:28 +0000)
scrotwm.c

index 6cab5d360d7cfea8d55bfbb475bcddb08256d11e..da457258877fc1abf38bfaa3f7da3f8cac75b1ef 100644 (file)
--- 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];