Nikita Bobko

Results 412 comments of Nikita Bobko

Hi, the relevant line you found is correct. I recognize the problem you describe and agree that AeroSpace could be improved here. Also see #149 The potential problem with keeping...

It's not possible in the upstream binary, but you can build AeroSpace from sources with the following patch: ```diff diff --git a/Sources/AppBundle/config/HotkeyBinding.swift b/Sources/AppBundle/config/HotkeyBinding.swift index 04d0e45b..7aff4d49 100644 --- a/Sources/AppBundle/config/HotkeyBinding.swift +++ b/Sources/AppBundle/config/HotkeyBinding.swift...

@vcooley have you tried to use empty array `run = []`?

> So far, there is no robust way to: > - Detect a new window being openend, and signal sketchybar that it should recompute which workspaces are active. > -...

**(1)** How many windows do you have opened? (you can use `aerospace list-windows --all | wc -l`) **(2)** Does the AeroSpace still behave poorly if you restart the app? I...

The potential fix is to send accessibility requests to different applications from different threads. This way, if one application hangs, it won't affect others. But I don't know whether Apple...