diff options
| author | Nikita Ivanov <nikita.vyach.ivanov@gmail.com> | 2023-07-21 07:25:19 +0200 |
|---|---|---|
| committer | Nikita Ivanov <nikita.vyach.ivanov@gmail.com> | 2023-07-21 18:36:55 +0200 |
| commit | 55c1c7e5bf0a5b9fae04cad352d7fa09b65a8008 (patch) | |
| tree | 2e4c48cf1f7d81b838bf559be876270a74229f30 /config.def.h | |
| parent | 58bb8ad713a0d7314198e75de847153ba783c5f7 (diff) | |
| download | dwlb-55c1c7e5bf0a5b9fae04cad352d7fa09b65a8008.tar.gz | |
Add support for dwl ipc patch
https://github.com/djpohly/dwl/wiki/ipc
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
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 |