From 37bd0acb952cdc6b325d423270f077bc3bfb6da6 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 9 May 2026 22:11:18 +0800 Subject: [PATCH] opt: set dwindle_drop_simple_split default to 1 --- src/config/parse_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/parse_config.h b/src/config/parse_config.h index fb3f2e95..3b5f08a1 100644 --- a/src/config/parse_config.h +++ b/src/config/parse_config.h @@ -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;