aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 49ca504..65837bf 100644
--- a/config.def.h
+++ b/config.def.h
@@ -16,6 +16,9 @@ static const char *DEFAULT_BAR_FG = NULL; /* NULL means it will default to
static const char *DEFAULT_FONT = "monospace-8";
#endif
+/* if true, statusbar appears on top of the window */
+static const bool TOP_STATUSBAR = false;
+
#endif
#ifdef _IMAGE_CONFIG