diff options
| author | kolunmi <113054217+kolunmi@users.noreply.github.com> | 2023-07-22 07:50:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-22 07:50:01 -0700 |
| commit | a5cb279696622d0b4c57611cf442dea5cc51054f (patch) | |
| tree | c13275b5a3460cc0da4e89a607c2ecdf505c5e9a /config.def.h | |
| parent | 31178baeafb2df71a9ad94dc02aba198dc236370 (diff) | |
| parent | b377ce7317d6a72ef68dc779ca8b46d24fda9df8 (diff) | |
| download | dwlb-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.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 |