Adding extrabar patch

This commit is contained in:
bakkeby
2019-10-24 07:35:00 +02:00
parent 9e53b46e35
commit 4052783a63
4 changed files with 98 additions and 1 deletions

View File

@ -32,6 +32,9 @@ static const int showsystray = 1; /* 0 means no systray */
#if ONLYQUITONEMPTY_PATCH
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 */
#endif // EXTRABAR_PATCH
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";