AeroSpace icon indicating copy to clipboard operation
AeroSpace copied to clipboard

AeroSpace is an i3-like tiling window manager for macOS

Results 338 AeroSpace issues
Sort by recently updated
recently updated
newest added

I would like "small" windows to float by default. This comes from xmonad and amethyst. See `float-small-windows` in https://github.com/ianyh/Amethyst/blob/development/docs/configuration-files.md

I want to be able to alternate layouts (vertical, horizontal, vertical...) when opening new windows, similar to what this i1 plugin do: https://github.com/olemartinorg/i3-alternating-layout Is there a way to achieve this...

AeroSpace already has two callbacks: `on-window-detected` and `exec-on-workspace-changed` It'd be cool to have one more callback to track when the focus changes

Hi @nikitabobko , Thank you very much for the awesome window support that your app brings. I myself struggle a lot remembering shortcuts so I went ahead and created a...

## Problem Suppose the user wants to open a new window and move to the particular workspace. The naive solution won't work because `open` finishes faster than the window appears:...

feature-request

Hi, thanks for this awesome project, I just discovered and I'm feeling that it's super great at this stage and I'm excited for it's future. There is this feature I...

feature-proposal
help-wanted
triaged

Currently, AeroSpace does not offer a built-in method for resizing or moving the window under the cursor. I have attempted the following methods: 1. `defaults write -g NSWindowShouldDragOnGesture YES`: This...

feature

Users tend to write "naive" workspace assignment callbacks like this: ```toml [[on-window-detected]] if.app-id = 'com.jetbrains.intellij' run = 'move-node-to-workspace 2' ``` The problem with callbacks like this is that if during...

design-needed
triaged

I've read through the docs and config file and couldn't find (or maybe missed) where to set the default Workspace / Monitor for new apps and windows. Is this feature...

There exists a feature called smart gaps in [i3](https://i3wm.org/docs/userguide.html#gaps)/sway that does just that. ``` # Enabling “Smart Gaps” means no gaps will be shown when there is # precisely one...