Add support for smart splitting (#2676)
* Add support for smart splitting * clang-format * smart_split default to 0, and make smart_split behave like preserve_split
This commit is contained in:
parent
29d017f54b
commit
64e7d5345d
4 changed files with 37 additions and 1 deletions
|
|
@ -157,6 +157,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["dwindle:no_gaps_when_only"].intValue = 0;
|
||||
configValues["dwindle:use_active_for_splits"].intValue = 1;
|
||||
configValues["dwindle:default_split_ratio"].floatValue = 1.f;
|
||||
configValues["dwindle:smart_split"].intValue = 0;
|
||||
|
||||
configValues["master:special_scale_factor"].floatValue = 0.8f;
|
||||
configValues["master:mfact"].floatValue = 0.55f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue