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, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 604be99..5285dbd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,7 +2,8 @@ static const unsigned int borderpx = 2;
static const unsigned int snap = 32;
static const int showbar = 1;
static const int topbar = 1;
-static const char *barlayout = "sn|lt";
+//static const char *barlayout = "sn|lt";
+static const char *barlayout = "tln|s";
static const int user_bh = 30;
static const char *fonts[] = { "Noto Sans CJK JP:size=14" };
static const unsigned int gappx = 8;