From fbaa215a1472d1bc627ec24588b4fba9f7d0b130 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Wed, 8 Jul 2020 14:13:29 +0200 Subject: staticstatus + extrabar: Allow extrabar to be static on a monitor other than that of the main staticstatus monitor --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index a9227fc..190ab12 100644 --- a/config.def.h +++ b/config.def.h @@ -57,6 +57,9 @@ static const int quit_empty_window_count = 2; /* only allow dwm to quit if no #if EXTRABAR_PATCH static const char statussep = ';'; /* separator between status bars */ static const int ebalign = 0; /* extrabar alignment: 0 - left, 1 - right, 2 - center */ +#if STATICSTATUS_PATCH && !STATUSALLMONS_PATCH +static const int statebmonval = statmonval; +#endif // STATICSTATUS_PATCH #endif // EXTRABAR_PATCH #if PANGO_PATCH static const char font[] = "monospace 10"; -- cgit v1.2.3