From 55c1c7e5bf0a5b9fae04cad352d7fa09b65a8008 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Fri, 21 Jul 2023 07:25:19 +0200 Subject: Add support for dwl ipc patch https://github.com/djpohly/dwl/wiki/ipc --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f91787b..5b8b71d 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 -- cgit v1.2.3