Nikita Bobko
Nikita Bobko
No need to report about applications that block macOS AX API (such as IntelliJ, or Emacs `sleep 5`). It's known problem and I can reproduce it. There are several directions...
In 0.15.0, I added a low effort commit to set `AXUIElementSetMessagingTimeout` to 1 second. It won't resolve the problem, but should avoid complete freezes caused by 3rd party apps
macOS accessibility API reports tabs as windows. The issue is reproducible in Finder, Terminal.app, TextEdit, etc Workaround: don't use this macOS feature. AeroSpace offers accordion layout that can be used...
I'd like to keep it open because there might be ways to detect such windows
> Hm, I found the location where the log is supposed to be in another issue: /tmp/bobko.aerospace/runtime-error.txt AeroSpace detects some of its crashes but not all of them. If AeroSpace...
@ubuntudroid thanks for the report! Your stacktrace is the same as in #164
> --follow-focus It's more correct to name it `--focus-follows-window`
I'm thinking out loud `--window-id` is a bad name. Since the flag affects a lot of commands, it should have a more distinct, verbosish name; otherwise, it could "occupy" a...
To make the flags even more useful `move-node-to-workspace` (and maybe `move-node-to-monitor`) should add support for `focused` argument: ``` USAGE: move-node-to-workspace [-h|--help] [--wrap-around] (next|prev) OR: move-node-to-workspace [-h|--help] focused OR: move-node-to-workspace [-h|--help]...
> and while this is outside my area of expertise I think I might be able to contribute it in a PR I prefer to it implement it myself. The...