summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 6d71b6f..3098b92 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -22,6 +22,7 @@ static int topbar = 1; /* 0 means bottom bar */
static const int allowkill = 1; /* allow killing clients by default? */
static const int vertpad = PADDING; /* vertical padding of bar */
static const int sidepad = PADDING; /* horizontal padding of bar */
+static const char *barlayout = "tln|s"; /* t: tag, l: layout, n: name, s: status */
static char *fonts[] = {
"monospace:size=10",
"NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" };