added dwindle:use_active_for_splits
This commit is contained in:
parent
e749331f30
commit
c2a3896cc9
2 changed files with 13 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["dwindle:special_scale_factor"].floatValue = 0.8f;
|
||||
configValues["dwindle:split_width_multiplier"].floatValue = 1.0f;
|
||||
configValues["dwindle:no_gaps_when_only"].intValue = 0;
|
||||
configValues["dwindle:use_active_for_splits"].intValue = 1;
|
||||
|
||||
configValues["master:special_scale_factor"].floatValue = 0.8f;
|
||||
configValues["master:new_is_master"].intValue = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue