added dwindle:no_gaps_when_only
This commit is contained in:
parent
6378990bc3
commit
f892387b70
5 changed files with 26 additions and 2 deletions
|
|
@ -87,6 +87,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["dwindle:preserve_split"].intValue = 0;
|
||||
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["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