diff options
| author | bakkeby <[email protected]> | 2020-07-08 14:13:29 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-07-08 14:14:07 +0200 |
| commit | fbaa215a1472d1bc627ec24588b4fba9f7d0b130 (patch) | |
| tree | 29f37dc6e8ea7f75525df18549eb1a340d15c6c5 /config.def.h | |
| parent | ccb275b984b4346bc779c0f8a7f96d26ad676508 (diff) | |
| download | dwm-flexipatch-fbaa215a1472d1bc627ec24588b4fba9f7d0b130.tar.gz dwm-flexipatch-fbaa215a1472d1bc627ec24588b4fba9f7d0b130.zip | |
staticstatus + extrabar: Allow extrabar to be static on a monitor other than that of the main staticstatus monitor
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |
