aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorkolunmi <113054217+kolunmi@users.noreply.github.com>2023-07-22 07:50:01 -0700
committerGitHub <noreply@github.com>2023-07-22 07:50:01 -0700
commita5cb279696622d0b4c57611cf442dea5cc51054f (patch)
treec13275b5a3460cc0da4e89a607c2ecdf505c5e9a /config.def.h
parent31178baeafb2df71a9ad94dc02aba198dc236370 (diff)
parentb377ce7317d6a72ef68dc779ca8b46d24fda9df8 (diff)
downloaddwlb-a5cb279696622d0b4c57611cf442dea5cc51054f.tar.gz
Merge pull request #14 from NikitaIvanovV/dwl-ipc
Add support for dwl ipc patch
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 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