mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-09 23:50:21 -04:00
opt: set dwindle_drop_simple_split default to 1
This commit is contained in:
parent
4981b07a58
commit
637dc0a09a
1 changed files with 1 additions and 1 deletions
|
|
@ -3356,7 +3356,7 @@ void set_value_default() {
|
|||
config.dwindle_preserve_split = 0;
|
||||
config.dwindle_smart_split = 0;
|
||||
config.dwindle_smart_resize = 0;
|
||||
config.dwindle_drop_simple_split = 0;
|
||||
config.dwindle_drop_simple_split = 1;
|
||||
config.dwindle_split_ratio = 0.5f;
|
||||
|
||||
config.log_level = WLR_ERROR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue