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
2d47728957
commit
37bd0acb95
1 changed files with 1 additions and 1 deletions
|
|
@ -3244,7 +3244,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