aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-11 10:59:11 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-11 10:59:11 +0530
commitdfc2c40230b73ac47aa535a8bb4560f495428124 (patch)
tree7d42f6a0462da44d188067ef8bc8a5c75b235848 /config.def.h
parentfe2aa5620eeeabe70af66c4a3fbe209f84c8fdbc (diff)
patched dwm-pertag-20200914-61bb8b2.diff
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;