From c91e728fd6e50824b1216d730d2c26a44a5b7954 Mon Sep 17 00:00:00 2001 From: kolunmi Date: Tue, 14 Mar 2023 12:07:21 -0700 Subject: refactoring, remove uthash dependency, add -not-title option --- config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1a002e8..79fbc63 100644 --- a/config.def.h +++ b/config.def.h @@ -7,7 +7,7 @@ static bool bottom = false; static bool hide_vacant = false; // font -static char *fontstr = "monospace:size=10"; +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" }; @@ -27,3 +27,6 @@ static uint32_t vertical_padding = 1; // allow in-line color commands in status text static bool status_commands = true; + +// do not display current window title +static bool no_title = false; -- cgit v1.2.3