Added a multiplier for the width to height ratio

This commit is contained in:
Caleb Owens
2022-06-20 14:37:27 +01:00
parent f5f531562b
commit 3d46c73981
2 changed files with 6 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ void CConfigManager::setDefaultVars() {
configValues["dwindle:force_split"].intValue = 0;
configValues["dwindle:preserve_split"].intValue = 0;
configValues["dwindle:special_scale_factor"].floatValue = 0.8f;
configValues["dwindle:split_width_multiplier"].floatValue = 1.0f;
configValues["animations:enabled"].intValue = 1;
configValues["animations:speed"].floatValue = 7.f;