Are there any programs/utilities for the Mac that allow you to control window placement similar to the tiling window managers on Linux?
|
feedback
|
migrated from stackoverflow.com Jul 13 '10 at 0:17
This question came from our site for professional and enthusiast programmers.
closed as not constructive by DMA57361♦ Aug 15 '11 at 11:34
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
protected by DMA57361♦ Aug 15 '11 at 11:35
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.
|
It looks like TwoUp is dead, but here are some other options:
| |||||||||||||||||
feedback
|
|
Free, OSS, and works for me! Not exactly what you're looking for. edit: It looks like the original project has been abandoned. However, the beat goes on at the GitHub fork! | |||||||||||
feedback
|
|
Optimal Layout, an app I developed, offers very flexible window tiling, as well as moving and resizing from the keyboard. | |||||||
feedback
|
|
There is an AppleScript script to tile two windows side by side. I haven't used it but apparently it works for most applications. Link. You could also try your luck with FWM (Finder Window Manager), it seems like they support windows other than Finder itself but I can't seem to get it to work on my MacBook. | |||
|
feedback
|
|
I've seen the XMonad window manager working on Mac OS X. http://haskell.org/sitewiki/images/1/17/Screen-atomb-apple.png | |||||||||||
feedback
|
|
Arrange from http://www.trifle.pl can do it. | |||
|
feedback
|
|
ShiftIt is a free option. Assignable hotkeys to resize to different portions of the screen (Left, Right, Top, Bottom, Top Left, Top Right, Bottom Left, Bottom Right, Full Screen and Center with current size) Just click on the big download button towards the right of the screen. | |||
|
feedback
|
| |||
|
feedback
|
|
DoublePane is another option in this space too. Its $2.99 on the Mac App Store | |||
|
feedback
|
|
BetterTouchTools has keyboard-shortcuts that work for window positioning (I use it like Cinch and get the basics - Top half, right half, left half, bottom half, full screen). Plus, it's free. | |||
feedback
|
|
What about HyperDock ($9.99 USD) ? http://hyperdock.bahoom.de/ While still not true tile enabled it brings the snap to edges and resize from Aero. | |||
|
feedback
|
|
I also like Hyperdock for this feature. It also has other features. For tiling, I can drag into the 8 different edge hotspots to resize to a specific region of the screen. When I drag it out of the tile region, it snaps back to the original size. These features are not highlighted strongly in the docks for Hyperdock, I just discovered them recently. | |||||
feedback
|
|
What you are looking for are the installation instructions for XMonad: http://haskell.org/haskellwiki/Xmonad/Using_xmonad_on_Apple_OSX That's where the picture that litb posted is used. | |||||
feedback
|