feat: opt-in config field to have typical dwindle tiling

This commit is contained in:
ernestoCruz05 2026-05-09 12:14:57 +01:00 committed by DreamMaoMao
parent b0bd70d225
commit bb1443a063
3 changed files with 46 additions and 1 deletions

View file

@ -2247,7 +2247,7 @@ void place_drag_tile_client(Client *c) {
closest->drop_direction == RIGHT);
dwindle_insert(&c->mon->pertag->dwindle_root[tag], c, closest,
config.dwindle_split_ratio, insert_before, split_h,
true);
!config.dwindle_drop_simple_split);
setfloating(c, 0);
return;
}