mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-09 23:50:21 -04:00
feat: opt-in config field to have typical dwindle tiling
This commit is contained in:
parent
b0bd70d225
commit
bb1443a063
3 changed files with 46 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue