Merge pull request #242 from calebowens/caleb-feature-add-width-multiplier

Added a multiplier for the width to height ratio
This commit is contained in:
Vaxry
2022-07-14 11:38:49 +02:00
committed by GitHub
2 changed files with 19 additions and 11 deletions

View File

@@ -70,6 +70,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;