mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-11 23:51:30 -04:00
feat: opt-in config field to have typical dwindle tiling
This commit is contained in:
parent
73ed3ce35b
commit
1fc42b76e5
3 changed files with 46 additions and 1 deletions
|
|
@ -2229,7 +2229,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