Open
Description
The documentation of the enable
command says:
Temporarily disable window management
Then it should include a --no-preserve-windows
to keep Aerospace from moving windows from hidden workspaces into the visible area.
Context:
I sometimes need to temporarily disable aerospace while dragging a window in order to prevent it from trying to resize window, e.g. moving a tab across windows in chrome.
Currently I use BetterTouchTool to:
on fn
keydown: aerospace enable off
on fn
keyup: aerospace enable on
It mostly works, but it will occasionally move another app's window on top of the Chrome window I'm trying to move my tab to.