-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new `keepgrowing` flag to the Maximize function, which when growing windows will allow the window to grow beyond any window it is currently touching. This can be used similar to `Move shuffle` to grow windows to the next closest window boundary if currently touching a window. Windows with size hint increments don't always work the best with this since they may not grow into the full space, thus won't be touching the next window and cannot grow beyond them. `Move shuffle` the window to touch before growing could help with this, though is clunky.
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 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