summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-01 20:01:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-01 20:01:57 +0900
commitb015328bd59766c8febbab81c1f2f5a16cefa8f4 (patch)
tree947692b7332686d6485f744cc48d2291b93ca110 /dwm/config.h
parent94534b74e50f926d352439152ddb0a84fcfbb8a0 (diff)
modified config.h, modified dwm.c
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" };