groups: add option to configure font name (#3751)

This commit is contained in:
David Leal
2023-11-05 19:25:50 +00:00
committed by GitHub
parent a122271f09
commit 0476e1b498
2 changed files with 5 additions and 3 deletions

View File

@@ -129,6 +129,7 @@ void CConfigManager::setDefaultVars() {
configValues["group:insert_after_current"].intValue = 1;
configValues["group:focus_removed_window"].intValue = 1;
configValues["group:groupbar:font_family"].strValue = "Sans";
configValues["group:groupbar:font_size"].intValue = 8;
configValues["group:groupbar:gradients"].intValue = 1;
configValues["group:groupbar:render_titles"].intValue = 1;