nikitabobko / AeroSpace

AeroSpace is an i3-like tiling window manager for macOS
https://nikitabobko.github.io/AeroSpace/guide
MIT License
6.22k stars 101 forks source link

Feature Request: Accept optional <window-id> argument for some commands. #295

Closed hahuang65 closed 3 months ago

hahuang65 commented 3 months ago

I currently use a "hidden" workspace to toss floating windows into, and the summon them back out with a hotkey.

However, move-node-to-workspace requires the window to be focused, which means focus <window-id> will focus the "hidden" workspace first. It's a bit jarring from a UX perspective.

Would it be possible for move-node-to-workspace to take an optional argument for <window-id>?

This could extend out to a few other commands as well, any of the move-* commands, maybe some others.

nikitabobko commented 3 months ago

Duplicate of #186