aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index a543e34..920717e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -18,8 +18,8 @@ static bool custom_title = false;
static uint32_t buffer_scale = 1;
// font
static char *fontstr = "monospace:size=16";
-// tag names if ipc is disabled
-static char *tags_noipc[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+// tag names
+static char *tags_names[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
// set 16-bit colors for bar
// 8-bit color can be converted to 16-bit color by simply duplicating values e.g