Skip to content

frankroeder/AeroSpace

 
 

Repository files navigation

AeroSpace Beta Build

AeroSpace is an i3-like tiling window manager for macOS

Project status

Public Beta. Feedback is very much welcome

  • I encourage you to try AeroSpace and file GitHub issues if something doesn't work for you. In particular, I'm interested in issues that block you from using AeroSpace on daily basis.
  • I already use AeroSpace on daily basis and I'm happy with it
  • The documentation covers all major things you need to know
  • Expect minor breaking changes in the config format. Once the project reaches 1.0 the config is guaranteed to preserve backwards compatibility

Key features

Installation

Install via Homebrew to get autoupdates (Preferred)

brew install --no-quarantine --cask nikitabobko/tap/aerospace

Brew problem

If you see this message

Error: It seems there is already a Binary at '/opt/homebrew/bin/aerospace'.

Please do brew uninstall aerospace-cli && brew reinstall aerospace. Consider voting for this homebrew issue

Manual installation

Manual installation

How to build the project

You would need a Mac.

brew install gsed xcodegen # https://github.com/yonaskolb/XcodeGen
./build-debug.sh

How to run the tests

brew install gsed xcodegen # https://github.com/yonaskolb/XcodeGen
./run-tests.sh

Values of the project

Values

  • AeroSpace is targeted at advanced users and developers
  • Keyboard centric
  • Never break configuration files (Guaranteed once AeroSpace reaches 1.0 version)
  • AeroSpace doesn't use GUI, unless necessarily
    • AeroSpace will never provide a GUI for configuration. For advanced users, it's easier to edit a configuration file in text editor rather than navigating through checkboxes in GUI.
    • Status menu icon is ok, because visual feedback is needed
  • Provide practical features. Fancy appearance features are not practical (e.g. window borders, transparency, etc)
  • If "dark magic" (aka "private APIs", "code injections", etc) can be avoided, it must be avoided

Non Values

  • Play nicely with existing macOS features. If limitations are imposed then AeroSpace won't play nicely with existing macOS features

Tip of the day

defaults write -g NSWindowShouldDragOnGesture YES

Now, you can move windows by holding ctrl+cmd and dragging any part of the window (not necessarily the window title)

Source: reddit

Related projects

About

AeroSpace is an i3-like tiling window manager for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 95.9%
  • Shell 3.7%
  • Objective-C 0.4%