-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move shuffle and Maximize grow more options.
When using Move shuffle or Maximize grow, add the `all_windows` and `both_sides` options to give more configurability of which windows and boundaries are considered for finding the next closest edge to move or grow to. `all_windows` will consider all windows on the same monitor instead of just the windows in the path the window is moving/growing in. This can be used to move or grow a window to the boundary of a window it is next to, but not in the direct path. `both_sides` will consider both sides of a window when moving or growing. By default only the closest side of a window is considered. This option allows a window to move to the far side of a window vs keep going. This used with `all_windows` can allow one to move a window next to an existing window. This option with Maximize grow can allow a window that is in the interior of another window grow to its same size.
- Loading branch information
1 parent
9a0b764
commit 27ffd68
Showing
2 changed files
with
110 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters