Skip to content

Commit

Permalink
feat(layout): set default dest_selection for push_in to be mru_largest
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed May 1, 2024
1 parent 9489993 commit c0cbceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qtile_bonsai/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ def push_in(
direction: DirectionParam,
*,
src_selection: NodeHierarchySelectionMode = NodeHierarchySelectionMode.mru_deepest,
dest_selection: NodeHierarchySelectionMode = NodeHierarchySelectionMode.mru_deepest,
dest_selection: NodeHierarchySelectionMode = NodeHierarchySelectionMode.mru_largest,
normalize: bool = True,
wrap: bool = True,
):
Expand Down

0 comments on commit c0cbceb

Please sign in to comment.