Tiling window manager for OS X along the lines of xmonad.
A quick screencast of basic functionality can be found here. (It's rough, and I'd love to see a better one if someone has the skills and inclination to make one.)
Amethyst is available for direct download here or using homebrew cask.
brew cask install amethyst
Note: that Amethyst now is only supported on OS X 10.9+. The last version that supports 10.8 can be found here.
There seems to be a issue with how 0.9+ was signed. You may need to download it directly and install it that way.
Try disabling and reenabling Accessibility permissions for Amethyst and then relaunch it. I know, it's arcane and weird but frequently fixes issues arrising from code signature issues, which may be the cause here.
If you need to downgrade version 0.8.6 can be downloaded here. Otherwise feel free to open an issue or email me.
Amethyst must be given permissions to use the accessibility APIs under the Privacy tab of the Security & Privacy preferences pane as shown below.
Amethyst uses two modifier combinations.
mod1
-option + shift
mod2
-ctrl + option + shift
And defines the following commands, mostly a mapping to xmonad key combinations.
mod1 + space
— cycle to next layoutmod2 + space
- cycle to previous layoutmod1 + w
- focus 1st screenmod1 + e
- focus 2nd screenmod1 + r
- focus 3rd screenmod2 + w
- move focused window to 1st screenmod2 + e
- move focused window to 2nd screenmod2 + r
- move focused window to 3rd screenmod2 + [n]
- move focused window to nth spacemod1 + h
- shrink the main panemod1 + l
- expand the main panemod1 + ,
- increase the number of windows in the main panemod1 + .
- decrease the number of windows in the main panemod1 + j
- focus the next window counterclockwisemod1 + k
- focus the next window clockwisemod2 + j
- move the focused window one space counterclockwisemod2 + k
- move the focused window one space clockwisemod1 + return
- swap the focused window with the main windowmod1 + t
- toggle whether or not the focused window is floatingmod2 + t
- toggle globally whether or not Amethyst tiles windowsmod1 + i
- display the current layout for each screen
Spaces are, unfortunately, not supported right out of the box. To enable it you
must activate Mission Control's keyboard shortcuts for switching to specific
Desktops, as Mac OS X calls them. This option is in the Keyboard Shortcuts tab
of the Keyboard preferences pane. The shortcuts will be of the form ctrl + [n]
. Amethyst is only able to send a window to the n
th space if the shortcut
ctrl + n
is enabled.
Amethyst can be customized by creating a json file called .amethyst
in your home directory. The structure and valid keys and whatnot are all defined in default.amethyst.
You can set the layouts you want to use by supplying a list of layout names under the "layouts" key. For example,
"layouts": [
"tall",
"fullscreen",
],
will restrict your layouts to the tall and fullscreen layouts. The available layouts are as follows:
- Tall ("tall"): Defines a main area on the left and a secondary area on the right.
- Wide ("wide"): Defines a main area on the top and a secondary column on the right.
- Fullscreen ("fullscreen"): All windows are sized to fill the screen.
- Column ("column"): All windows are distributed in evenly sized in columns from left to right.
- Row ("row"): All windows are distributed in evenly sized rows from top to bottom.
- Floating ("floating"): All windows are floating. (Useful if you want a space dedicated to floating windows.)
- Widescreen Tall ("widescreen-tall"): Like Tall, but the main area uses columns and the secondary area uses rows.
This setting can be enabled by changing the following line
"mouse-follows-focus": false,
to
"mouse-follows-focus": true,
in your .amethyst
file.
You can set specific application to float by default, this can still be toggled by mod1-t
"floating": [
"com.apple.systempreferences"
],
Get the required string for the app osascript -e 'id of app "Finder"'
. Just replace Finder
with the name of your app
By default Amethyst pops up a HUD telling you the layout whenever the layout changes. You can disable it in your .amethyst
file using the enables-layout-hud
key. i.e.,
"enables-layout-hud": false
By default the HUD will show when changing to a different space. You can disable the HUD during space changes, while still having it enabled when cycling or selecting a different layout, by using the enables-layout-hud-on-space-change
key. i.e.,
"enables-layout-hud-on-space-change": false
If you would like to see features or particular bugs fixed check out the Trello board here and vote on things. It'll give me a better sense of what people want so I can prioritize.
I love pull requests. If you'd like to contribute please branch off of the development
branch and open pull requests against it rather than master. Otherwise just try to stick to the general style of the code.
If you have questions or feedback you can email me or drop by #amethyst on Freenode.
Amethyst is free and always will be. That said, a couple of people have expressed their desire to donate money in appreciation. If you are so inclined I've set up two options:
- You can find a Patreon page here if you would like to pledge money regularly for releases.
- If you would like to do a one-time donation there's a PayPal button below. If there's some other method of donating that you would prefer open an issue and I'll try to add it!
If you are considering donating to me, you are more than welcome to. You should also consider donating that money to a charity in addition to or instead. Here's a very incomplete list of things that you might want to throw money at:
And a bunch of technology-oriented ones: