-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a263e1c
commit feec0c4
Showing
2 changed files
with
101 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# AeroSpace Guide | ||
|
||
**Table of contents** | ||
|
||
- [Tree](#tree) | ||
- [Normalization](#normalization) | ||
- [Floating windows](#floating-windows) | ||
- [Default keybindings](#default-keybindings) | ||
- [Configuring AeroSpace](#configuring-aerospace) | ||
- [Binding modes](#bindings-modes) | ||
- [Commands](#commands) | ||
- [Emulation of virtual workspaces](#emulation-of-virtual-workspaces) | ||
- [A note on mission control](#a-note-on-mission-control) | ||
- [A note on 'Displays have separate Spaces'](#a-note-on-displays-have-separate-spaces) | ||
- [Multiple displays](#multiple-displays) | ||
|
||
## Tree | ||
TODO | ||
|
||
### Normalization | ||
TODO | ||
|
||
### Floating windows | ||
TODO Normally, floating windows are not part of the tiling tree except for the 'focus' command. From 'focus' command perspective, | ||
floating windows are part of the tree. | ||
|
||
## Default keybindings | ||
TODO the idea behind default keybindings | ||
|
||
## Configuring AeroSpace | ||
TODO | ||
|
||
### Binding modes | ||
TODO | ||
|
||
### Commands | ||
TODO | ||
|
||
## Emulation of virtual workspaces | ||
|
||
The supposed workflow is to only have one macOS Space (or as many as monitors you have) and don't interact with macOS spaces in | ||
any way | ||
|
||
When user quits AeroSpace or before crashing, AeroSpace puts windows back to the center of the screen | ||
|
||
### A note on mission control | ||
TODO | ||
Enable 'Group windows by application' | ||
|
||
### A note on 'Displays have separate Spaces' | ||
TODO | ||
|
||
## Multiple displays | ||
TODO | ||
TODO difference with i3 | ||
|