diff options
| author | bakkeby <[email protected]> | 2020-07-07 18:25:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-07-07 17:25:48 +0200 |
| commit | ccb275b984b4346bc779c0f8a7f96d26ad676508 (patch) | |
| tree | 0d5463efe85009436d74656e15a7a8c1749798b4 /config.def.h | |
| parent | 8df311b827bf8a88e1362aac78d50903f5bd1fe0 (diff) | |
| download | dwm-flexipatch-ccb275b984b4346bc779c0f8a7f96d26ad676508.tar.gz dwm-flexipatch-ccb275b984b4346bc779c0f8a7f96d26ad676508.zip | |
Extrabar alignment, buttonclicks and other improvements
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 7fccd75..a9227fc 100644 --- a/config.def.h +++ b/config.def.h @@ -55,7 +55,8 @@ static const int showsystray = 1; /* 0 means no systray */ static const int quit_empty_window_count = 2; /* only allow dwm to quit if no windows are open, value here represents number of deamons */ #endif // ONLYQUITONEMPTY_PATCH #if EXTRABAR_PATCH -static const char statussep = ';'; /* separator between status bars */ +static const char statussep = ';'; /* separator between status bars */ +static const int ebalign = 0; /* extrabar alignment: 0 - left, 1 - right, 2 - center */ #endif // EXTRABAR_PATCH #if PANGO_PATCH static const char font[] = "monospace 10"; |
