With Windows there is is an option from the taskbar to tile windows horizontally or vertically. Is there someway to replicate this feature in Mac OS X?
|
|
I found an open source program, ShiftIt. http://code.google.com/p/shiftit/ There is a half screen mode (left, right, top, bottom) and a quarter screen mode (top left, top right, bottom left, bottom right). There is even shortcut keys. |
|||||||||||
|
|
Look at SizeUp, which is a shareware version of TwoUp (mentioned above), which gives you even more flexibility with tiling windows (you can do quarter screens and filled screens as well as move things between monitors). Its fantastic |
|||
|
Try TwoUp:
|
|||||
|
|
That's a job for Applescript. Here are some posts that have code you can use in writing a more general one that will accomplish what you want to do. Basically, you'll have to figure out which applications have open windows and then apply your tiling algorithm to them in turn. http://blog.slaunchaman.com/2008/05/20/resize-your-windows-automatically-for-different-resolutions/ http://www.ithug.com/2008/12/applescript-arranging-multiple-windows/ http://www.vicky.com.np/mediawiki/index.php/Tile_Terminal_Windows_Using_AppleScript EDIT It is worth adding that Apple seems to take a different view of how to handle the problem of windows on the screen. Rather than keeping them organized through some tiling system, they provide "search" instead. If you need to find a particular application or window, you hit F9 for Exposé, which will miniaturize all the open windows and show them all to you at once so you can choose the one you want. If you need all the windows of a particular application, you hit F10, which will pull the windows of the active application out of the pile of windows on your desktop and place them on top of the pile. Not everyone likes this, or understands that these are the tools that Apple suggests you use, so you get the more typical (Windows and Linux) way of handling open windows added on by third parties. Look at it as Apple being intransigent about "Thinking Different", sort of like the one-button mouse. I've also followed this "search" paradigm in organizing most of my files. The only file/folder organization I keep in my home folder is directories for document types and I use Spotlight to find them. I first tried this out as an experiment when Spotlight appeared with Tiger and found that with the Spotlight improvements in Leopard that it actually does work (Spotlight was too slow and imprecise in Tiger). I keep current projects on the desktop, and once they are no longer active, they go into the "archive". It works well. I have tons of pdfs, etc to work with, and I almost never spend time poking around for the document I wanted among the results. Getting back to the window question, in Leopard, between the virtual desktops (Spaces; I typically use 9 spaces at a time) and Exposé, I haven't felt the need to go with a more traditional window tiling system. |
||||
|
|
|
breeze has global and application window states. the states can be triggered using they keyboard and are resolution independent. pair this with sizeup and windowflow and you'll be set. |
|||
|
|
You might also checkout Divvy by Mizage (http://www.mizage.com/divvy) |
|||
|
|
|
Witch is like alt+tab on windows but shows you multiple windows that are open. You trigger it by using option+tab instead of command+tab, and you still keep your command+tab http://www.manytricks.com/witch/ In snow leopard you will be able to click the dock icon and it will show the currently open windows. |
|||
|
|
|
here is a cool little applescript from http://www.ithug.com/2008/12/applescript-arranging-multiple-windows/ which can be modified -- by inserting the application name that you want it to run on like Safari or Preview or Mail -- yeah you have to run it for each open application, but it works pretty well. I couldn't get it to work on finder though. Script that will layer every open window in Safari such that each window is a little bit down and left of the window before, resulting in a cascading pattern.
|
|||
|
|
|
Try to use Arrange from http://trifleapps.com/Applications/Arrange.html |
|||
|
|
|
They are a number of applications out there now that can do that. I am using TileWindows. It has a half screen mode (left, right, top, bottom) and a quarter screen mode (top left, top right, bottom left, bottom right). There is even shortcut keys. |
|||||
|
protected by Daniel Beck♦ Jan 5 '12 at 17:19
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.