|
Window management |
Cinch allows you to precisely resize a window simply by dragging to the left, right, or top screen edge. |
|
|
|
||
|
|
||
|
|
||
|
|
||
Cinch gives you simple, mouse-driven window management by defining the left, right, and top edges of your screen as 'hot zones'. Drag a window until the mouse cursor enters one of these zones then drop the window to have it cinch into place. Cinching to the left or right edges of the screen will resize the window to fill exactly half the screen, allowing you to easily compare two windows side-by-side (splitscreen). Cinching to the top edge of the screen will resize the window to fill the entire screen (fullscreen). Dragging a window away from its cinched position will restore the window to its original size.
If you prefer a keyboard-centric approach to window management, you might also take a look at SizeUp. Use Cinch together with SizeUp to cover both your mouse and keyboard workflow.
defaults write com.apple.dock workspaces-edge-delay -float 2.0; killall Dock
(Warning: Any windows minimized in the Dock will de-minimize when you run this command)defaults delete com.apple.dock workspaces-edge-delay; killall Dock
(Warning: This command is more risky than the command to increase the delay, please make sure you have the exact command before continuing. Also, any windows minimized in the Dock will de-minimize when you run this command)